diff options
| -rw-r--r-- | tests/server/sockfilt.c | 5 | 
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/server/sockfilt.c b/tests/server/sockfilt.c index 8acad9611..7e143d5eb 100644 --- a/tests/server/sockfilt.c +++ b/tests/server/sockfilt.c @@ -93,6 +93,11 @@  #include <netdb.h>  #endif +#ifdef WIN32 +#include <conio.h> +#include <fcntl.h> +#endif +  #define ENABLE_CURLX_PRINTF  /* make the curlx header define all printf() functions to use the curlx_*     versions instead */  | 
