Commit 38f07ce0 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

fix compiler warning

parent 987cdebe
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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