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