summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2006-09-24 12:45:38 +0000
committerSebastien Helleu <flashcode@flashtux.org>2006-09-24 12:45:38 +0000
commit29dd888e6f0ec3e6015b89583541caf2295c5d45 (patch)
tree65aa200b0597365f27e8d3930e4d75bac6d44753
parent63416bb80115424ae56b1e524c861480f8b2ce2a (diff)
downloadweechat-29dd888e6f0ec3e6015b89583541caf2295c5d45.zip
Removed compilation warning on ascii_strcasecmp
-rw-r--r--src/gui/gui-buffer.c1
-rw-r--r--weechat/src/gui/gui-buffer.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/gui-buffer.c b/src/gui/gui-buffer.c
index f0e40ad1f..bb91d329c 100644
--- a/src/gui/gui-buffer.c
+++ b/src/gui/gui-buffer.c
@@ -41,6 +41,7 @@
#include "../common/hotlist.h"
#include "../common/log.h"
#include "../common/utf8.h"
+#include "../common/util.h"
#include "../irc/irc.h"
diff --git a/weechat/src/gui/gui-buffer.c b/weechat/src/gui/gui-buffer.c
index f0e40ad1f..bb91d329c 100644
--- a/weechat/src/gui/gui-buffer.c
+++ b/weechat/src/gui/gui-buffer.c
@@ -41,6 +41,7 @@
#include "../common/hotlist.h"
#include "../common/log.h"
#include "../common/utf8.h"
+#include "../common/util.h"
#include "../irc/irc.h"