# HG changeset patch # User Mikael Berthe # Date 1144872349 -7200 # Node ID 339c76ed5c0d590852041eb4a9a0d8b8f103031c # Parent 8f8d8f8157a21b9c4b986c913bb42b3024a541a4 Remove a warning on Cygwin (implicit strcasestr() declaration) diff -r 8f8d8f8157a2 -r 339c76ed5c0d 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 #include "hbuf.h" +#include "utils.h" /* This is a private structure type */