vita: add a seemingly missing include
authornotaz <notasas@gmail.com>
Sun, 23 Jan 2022 14:19:38 +0000 (16:19 +0200)
committernotaz <notasas@gmail.com>
Sun, 23 Jan 2022 14:19:38 +0000 (16:19 +0200)
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