cl_utils.c: Include <windows.h> for windows builds that work on files.

This commit is contained in:
Uwe Bonnes 2020-03-27 22:53:39 +01:00 committed by UweBonnes
parent 1a0cee4e9d
commit 18ae2bb50d
1 changed files with 1 additions and 0 deletions

View File

@ -38,6 +38,7 @@
#define O_BINARY 0 #define O_BINARY 0
#endif #endif
#if defined(_WIN32) || defined(__CYGWIN__) #if defined(_WIN32) || defined(__CYGWIN__)
# include <windows.h>
#else #else
# include <sys/mman.h> # include <sys/mman.h>
#endif #endif