comparison 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
comparison
equal deleted inserted replaced
803:8f8d8f8157a2 804:339c76ed5c0d
21 21
22 #define _GNU_SOURCE /* We need glibc for strptime */ 22 #define _GNU_SOURCE /* We need glibc for strptime */
23 #include <string.h> 23 #include <string.h>
24 24
25 #include "hbuf.h" 25 #include "hbuf.h"
26 #include "utils.h"
26 27
27 28
28 /* This is a private structure type */ 29 /* This is a private structure type */
29 30
30 typedef struct { 31 typedef struct {