diff options
Diffstat (limited to 'src/os.h')
-rw-r--r-- | src/os.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -28,6 +28,7 @@ #include <errno.h> #include <fcntl.h> #ifdef _WIN32 +#include <direct.h> #include <io.h> #include <wchar.h> // DUMB HACK: noreturn.h is alphabetically before os.h so including it after |