vita: add a seemingly missing include
[pcsx_rearmed.git] / frontend / vita / sys / mman.h
index 89da513..d263483 100644 (file)
@@ -1,13 +1,14 @@
 #ifndef MMAN_H
 #define MMAN_H
 
+#include <stdlib.h>
+#include <stdio.h>
+#include <psp2/kernel/sysmem.h>
+
 #ifdef __cplusplus
 extern "C" {
 #endif
 
-#include "stdlib.h"
-#include "stdio.h"
-
 #define PROT_READ       0b001
 #define PROT_WRITE      0b010
 #define PROT_EXEC       0b100