tests/server/sockfilt.c: Include required Win32 headers
authorMarc Hoersken <info@marc-hoersken.de>
Mon, 7 Jan 2013 06:34:32 +0000 (07:34 +0100)
committerMarc Hoersken <info@marc-hoersken.de>
Mon, 7 Jan 2013 06:34:32 +0000 (07:34 +0100)
tests/server/sockfilt.c

index 8acad96..7e143d5 100644 (file)
 #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 */