Merge pull request #517 from negativeExponent/input
[pcsx_rearmed.git] / deps / lightning / lib / lightning.c
index 22eca0c..507abb6 100644 (file)
 
 #include <lightning.h>
 #include <lightning/jit_private.h>
-#include <sys/mman.h>
+#ifdef _WIN32
+#  include <mman.h>
+#else
+#  include <sys/mman.h>
+#endif
 #if defined(__sgi)
 #  include <fcntl.h>
 #endif