fix compiler warning

This commit is contained in:
Daniel Stenberg 2005-03-19 00:44:55 +00:00
parent 987cdebefb
commit 38f07ce0fb
1 changed files with 1 additions and 1 deletions

View 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