Remove a warning on Cygwin (implicit strcasestr() declaration)
authorMikael Berthe <mikael@lilotux.net>
Wed, 12 Apr 2006 22:05:49 +0200
changeset 804 339c76ed5c0d
parent 803 8f8d8f8157a2
child 805 43c22f43964e
Remove a warning on Cygwin (implicit strcasestr() declaration)
mcabber/src/hbuf.c
--- a/mcabber/src/hbuf.c	Mon Apr 10 23:30:39 2006 +0200
+++ b/mcabber/src/hbuf.c	Wed Apr 12 22:05:49 2006 +0200
@@ -23,6 +23,7 @@
 #include <string.h>
 
 #include "hbuf.h"
+#include "utils.h"
 
 
 /* This is a private structure type */