fix compiler warning
authorDaniel Stenberg <daniel@haxx.se>
Sat, 19 Mar 2005 00:44:55 +0000 (00:44 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Sat, 19 Mar 2005 00:44:55 +0000 (00:44 +0000)
lib/setup.h

index 3ea2e84..b37e3ec 100644 (file)
@@ -160,7 +160,7 @@ typedef unsigned char bool;
 #define WIN32_LEAN_AND_MEAN  /* Prevent including <winsock*.h> in <windows.h> */
 #endif
 
-#if HAVE_WINSOCK2_H
+#ifdef HAVE_WINSOCK2_H
 #include <winsock2.h>        /* required by telnet.c */
 #endif