aboutsummaryrefslogtreecommitdiff
path: root/lib/memdebug.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-10-14 12:00:45 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-10-14 12:00:45 +0000
commit749f5387c19449209615b282ac738032f2a890e7 (patch)
treea6c04163df233dd5c723660f5a4f6550f70fc038 /lib/memdebug.c
parent7553341badc73d7e9cdf6a0dd1f03ae04f766b92 (diff)
Gisle Vanem's IPv6-on-Windows patch applied!
Diffstat (limited to 'lib/memdebug.c')
-rw-r--r--lib/memdebug.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/memdebug.c b/lib/memdebug.c
index 088c5cc50..83cc5d307 100644
--- a/lib/memdebug.c
+++ b/lib/memdebug.c
@@ -26,13 +26,9 @@
#include <curl/curl.h>
-#if defined(WIN32) && !defined(__GNUC__) || defined(__MINGW32__)
-#include <winsock.h>
-#else /* some kind of unix */
#ifdef HAVE_SYS_SOCKET_H
#include <sys/socket.h>
#endif
-#endif
#define _MPRINTF_REPLACE
#include <curl/mprintf.h>