mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 07:38:49 -05:00
Include <sys/ioctl.h> before redefining ioctl().
This commit is contained in:
parent
74a299fd08
commit
4dcb930247
@ -230,6 +230,7 @@ typedef unsigned char bool;
|
||||
#else /* WIN32 */
|
||||
|
||||
#ifdef DJGPP
|
||||
#include <sys/ioctl.h>
|
||||
#define sclose(x) close_s(x)
|
||||
#define sread(x,y,z) read_s(x,y,z)
|
||||
#define swrite(x,y,z) write_s(x,y,z)
|
||||
|
Loading…
Reference in New Issue
Block a user