From: Marc Hoersken Date: Mon, 7 Jan 2013 06:34:32 +0000 (+0100) Subject: tests/server/sockfilt.c: Include required Win32 headers X-Git-Tag: curl-7_29_0~123 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6a4f5e5268fe11198e9df6a6cb1efe43740d63b4;p=thirdparty%2Fcurl.git tests/server/sockfilt.c: Include required Win32 headers --- diff --git a/tests/server/sockfilt.c b/tests/server/sockfilt.c index 8acad96111..7e143d5eb7 100644 --- a/tests/server/sockfilt.c +++ b/tests/server/sockfilt.c @@ -93,6 +93,11 @@ #include #endif +#ifdef WIN32 +#include +#include +#endif + #define ENABLE_CURLX_PRINTF /* make the curlx header define all printf() functions to use the curlx_* versions instead */