From: Daniel Stenberg Date: Sat, 15 Mar 2003 21:02:20 +0000 (+0000) Subject: Gisle Vanem's fix to get this working nicely on windows X-Git-Tag: curl-7_10_4~49 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e6bfbe968306090d4c48e02f29b1b54b8351915b;p=curl Gisle Vanem's fix to get this working nicely on windows --- diff --git a/lib/memdebug.h b/lib/memdebug.h index addecef8f..87df8f297 100644 --- a/lib/memdebug.h +++ b/lib/memdebug.h @@ -28,6 +28,9 @@ #include #endif +#ifdef WIN32 +#include +#endif #ifdef HAVE_SYS_SOCKET_H #include #endif