aboutsummaryrefslogtreecommitdiff
path: root/lib/multi.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2002-02-25 10:12:04 +0000
committerDaniel Stenberg <daniel@haxx.se>2002-02-25 10:12:04 +0000
commitb32a39f44f45438993d6b25282913abbeeaaa8af (patch)
tree1c477e4478014e97cb11bf141b93aa482b59096b /lib/multi.h
parentd86f9611b334f47b995d332f5900d0681fff4c3e (diff)
oops, #if not #ifdef
Diffstat (limited to 'lib/multi.h')
-rw-r--r--lib/multi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/multi.h b/lib/multi.h
index d178d5340..d92f767cb 100644
--- a/lib/multi.h
+++ b/lib/multi.h
@@ -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