diff options
Diffstat (limited to 'src/os.h')
-rw-r--r-- | src/os.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -25,6 +25,7 @@ * between Windows and not-Windows under the rug. */ +#include <errno.h> #include <fcntl.h> #ifdef _WIN32 #define NOMINMAX |