From 38f07ce0fb8e01ffd3ef06d67a659f5013ab1156 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sat, 19 Mar 2005 00:44:55 +0000 Subject: [PATCH] fix compiler warning --- lib/setup.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/setup.h b/lib/setup.h index 3ea2e84e7..b37e3ecc8 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