summaryrefslogtreecommitdiff
path: root/src/common/weeconfig.c
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2006-07-23 11:19:09 +0000
committerSebastien Helleu <flashcode@flashtux.org>2006-07-23 11:19:09 +0000
commit3eced7694bc36a666bb9c105528e6673af4df8a5 (patch)
tree38967dc3aefc92720d578a819c846b80eace8c81 /src/common/weeconfig.c
parentb7fc6747f66eec3bf84a82bda195b955daee431a (diff)
downloadweechat-3eced7694bc36a666bb9c105528e6673af4df8a5.zip
Splited weechat.c into weechat.c and util.c
Diffstat (limited to 'src/common/weeconfig.c')
-rw-r--r--src/common/weeconfig.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/weeconfig.c b/src/common/weeconfig.c
index 2150a3814..11d05ce70 100644
--- a/src/common/weeconfig.c
+++ b/src/common/weeconfig.c
@@ -41,6 +41,7 @@
#include "fifo.h"
#include "log.h"
#include "utf8.h"
+#include "util.h"
#include "../irc/irc.h"
#include "../gui/gui.h"