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

oops, #if not #ifdef

parent d86f9611
No related branches found
No related tags found
No related merge requests found
......@@ -50,7 +50,7 @@
#ifdef HAVE_SYS_SOCKET_H
#include <sys/socket.h>
#endif
#ifdef defined(WIN32) && !defined(__GNUC__) || defined(__MINGW32__)
#if defined(WIN32) && !defined(__GNUC__) || defined(__MINGW32__)
#include <winsock.h>
#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