mirror of
https://github.com/curl/curl.git
synced 2026-06-27 13:35:38 +03:00
Added #include <fcntl.h> required by the setmode() for win32
This commit is contained in:
parent
5da5cfa33e
commit
094b6a8b6a
1 changed files with 4 additions and 0 deletions
|
|
@ -76,6 +76,10 @@
|
|||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_FCNTL_H
|
||||
#include <fcntl.h>
|
||||
#endif
|
||||
|
||||
/* Just a set of bits */
|
||||
#define CONF_DEFAULT 0
|
||||
#define CONF_VERBOSE (1<<5) /* talk a lot */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue