Start getting NEON GPU to work on non-Arm
[pcsx_rearmed.git] / plugins / gpu_neon / psx_gpu_if.c
index 788e3b4..3f3805a 100644 (file)
@@ -9,7 +9,12 @@
  */
 
 #include <stdio.h>
+
+#ifdef _WIN32
+#include <mman.h>
+#else
 #include <sys/mman.h>
+#endif
 
 extern const unsigned char cmd_lengths[256];
 #define command_lengths cmd_lengths