1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

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

This commit is contained in:
Marc Hoersken 2013-01-07 07:34:32 +01:00
parent f6e33cf669
commit 6a4f5e5268

View File

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