]> granicus.if.org Git - curl/commitdiff
Gisle Vanem's fix to get this working nicely on windows
authorDaniel Stenberg <daniel@haxx.se>
Sat, 15 Mar 2003 21:02:20 +0000 (21:02 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Sat, 15 Mar 2003 21:02:20 +0000 (21:02 +0000)
lib/memdebug.h

index addecef8f3ce3fc7405d305ae976c4f138ffd9b9..87df8f2971245ba2f6750b394ab068fbbfa810ba 100644 (file)
@@ -28,6 +28,9 @@
 #include <sys/types.h>
 #endif
 
+#ifdef WIN32
+#include <winsock.h>
+#endif
 #ifdef HAVE_SYS_SOCKET_H
 #include <sys/socket.h>
 #endif