mirror of
https://github.com/curl/curl.git
synced 2026-04-15 00:51:42 +03:00
tests/server/sockfilt.c: Include required Win32 headers
This commit is contained in:
parent
f6e33cf669
commit
6a4f5e5268
1 changed files with 5 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue