diff options
author | Daniel Stenberg <daniel@haxx.se> | 2003-10-14 12:00:45 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2003-10-14 12:00:45 +0000 |
commit | 749f5387c19449209615b282ac738032f2a890e7 (patch) | |
tree | a6c04163df233dd5c723660f5a4f6550f70fc038 /lib/memdebug.h | |
parent | 7553341badc73d7e9cdf6a0dd1f03ae04f766b92 (diff) | |
download | curl-749f5387c19449209615b282ac738032f2a890e7.tar.gz |
Gisle Vanem's IPv6-on-Windows patch applied!
Diffstat (limited to 'lib/memdebug.h')
-rw-r--r-- | lib/memdebug.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/memdebug.h b/lib/memdebug.h index dae8ce151..b28154a81 100644 --- a/lib/memdebug.h +++ b/lib/memdebug.h @@ -28,9 +28,6 @@ #include <sys/types.h> #endif -#ifdef WIN32 -#include <winsock.h> -#endif #ifdef HAVE_SYS_SOCKET_H #include <sys/socket.h> #endif |