From 29dd888e6f0ec3e6015b89583541caf2295c5d45 Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Sun, 24 Sep 2006 12:45:38 +0000 Subject: [PATCH] Removed compilation warning on ascii_strcasecmp --- src/gui/gui-buffer.c | 1 + weechat/src/gui/gui-buffer.c | 1 + 2 files changed, 2 insertions(+) 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"