diff mcabber/src/hbuf.c @ 804:339c76ed5c0d

Remove a warning on Cygwin (implicit strcasestr() declaration)
author Mikael Berthe <mikael@lilotux.net>
date Wed, 12 Apr 2006 22:05:49 +0200
parents 5d4ad1d77da4
children d0781ca2dd08
line wrap: on
line diff
--- 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 */