]> granicus.if.org Git - curl/commitdiff
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 8acad96111a01d3e6a377f7dd21492144fa63649..7e143d5eb7e6f51eb2eb11784615ce12499157d0 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 */