Skip to content
Snippets Groups Projects
Commit 38f07ce0 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

fix compiler warning

parent 987cdebe
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment