Merge pull request #506 from jdgleaver/libchdr-update
[pcsx_rearmed.git] / deps / lightning / lib / jit_memory.c
index 4d7f92d..33b1c35 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
 
 /*
  * Prototypes