From 6a4f5e5268fe11198e9df6a6cb1efe43740d63b4 Mon Sep 17 00:00:00 2001 From: Marc Hoersken Date: Mon, 7 Jan 2013 07:34:32 +0100 Subject: [PATCH] tests/server/sockfilt.c: Include required Win32 headers --- tests/server/sockfilt.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/server/sockfilt.c b/tests/server/sockfilt.c index 8acad96..7e143d5 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 */ -- 2.7.4