changeset 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 8f8d8f8157a2
children 43c22f43964e
files mcabber/src/hbuf.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
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 */