Include windows support header (for mmap)

This commit is contained in:
richinseattle
2023-07-26 22:40:01 -07:00
committed by GitHub
parent b7efb1b5c9
commit 4a6b7a471d
+2
View File
@@ -17,6 +17,8 @@ $ ./run
#ifndef _WIN32
#include <unistd.h>
#include <sys/mman.h>
#else
#include "win.h"
#endif
// ----------------------------------------------------------------------------