Just use memmap.h header include in general
authortwinaphex <libretro@gmail.com>
Sat, 13 Dec 2014 04:54:35 +0000 (05:54 +0100)
committertwinaphex <libretro@gmail.com>
Sat, 13 Dec 2014 04:54:35 +0000 (05:54 +0100)
libpcsxcore/psxmem.c

index 259128d..86da68c 100644 (file)
 #include "psxhw.h"
 #include "debug.h"
 
-#ifdef __LIBRETRO__
 #include "memmap.h"
-#else
-#include <sys/mman.h>
-#endif
 
 #ifndef MAP_ANONYMOUS
 #define MAP_ANONYMOUS MAP_ANON