Commit 6a4f5e52 authored by Marc Hoersken's avatar Marc Hoersken
Browse files

tests/server/sockfilt.c: Include required Win32 headers

parent f6e33cf6
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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 */