From: Daniel Stenberg Date: Sat, 19 Mar 2005 00:44:55 +0000 (+0000) Subject: fix compiler warning X-Git-Tag: curl-7_13_2~44 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=38f07ce0fb8e01ffd3ef06d67a659f5013ab1156;p=thirdparty%2Fcurl.git fix compiler warning --- diff --git a/lib/setup.h b/lib/setup.h index 3ea2e84e71..b37e3ecc8b 100644 --- a/lib/setup.h +++ b/lib/setup.h @@ -160,7 +160,7 @@ typedef unsigned char bool; #define WIN32_LEAN_AND_MEAN /* Prevent including in */ #endif -#if HAVE_WINSOCK2_H +#ifdef HAVE_WINSOCK2_H #include /* required by telnet.c */ #endif