diff options
-rw-r--r-- | lib/setup.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 <winsock*.h> in <windows.h> */ #endif -#if HAVE_WINSOCK2_H +#ifdef HAVE_WINSOCK2_H #include <winsock2.h> /* required by telnet.c */ #endif |