mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 15:48:49 -05:00
oops, #if not #ifdef
This commit is contained in:
parent
d86f9611b3
commit
b32a39f44f
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user