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