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 */