diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2006-07-23 11:19:09 +0000 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2006-07-23 11:19:09 +0000 |
commit | 3eced7694bc36a666bb9c105528e6673af4df8a5 (patch) | |
tree | 38967dc3aefc92720d578a819c846b80eace8c81 /src/gui/gtk/gui-gtk-color.c | |
parent | b7fc6747f66eec3bf84a82bda195b955daee431a (diff) | |
download | weechat-3eced7694bc36a666bb9c105528e6673af4df8a5.zip |
Splited weechat.c into weechat.c and util.c
Diffstat (limited to 'src/gui/gtk/gui-gtk-color.c')
-rw-r--r-- | src/gui/gtk/gui-gtk-color.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/gtk/gui-gtk-color.c b/src/gui/gtk/gui-gtk-color.c index 3536e6649..82785f266 100644 --- a/src/gui/gtk/gui-gtk-color.c +++ b/src/gui/gtk/gui-gtk-color.c @@ -30,6 +30,7 @@ #include "../../common/weechat.h" #include "../gui.h" +#include "../../common/util.h" #include "../../common/weeconfig.h" #include "gui-gtk.h" |