tests/server/sockfilt.c: Include required Win32 headers
This commit is contained in:
parent
f6e33cf669
commit
6a4f5e5268
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user