cl_utils.c: Include <windows.h> for windows builds that work on files.
This commit is contained in:
parent
1a0cee4e9d
commit
18ae2bb50d
|
@ -38,6 +38,7 @@
|
|||
#define O_BINARY 0
|
||||
#endif
|
||||
#if defined(_WIN32) || defined(__CYGWIN__)
|
||||
# include <windows.h>
|
||||
#else
|
||||
# include <sys/mman.h>
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue