notaz.gp2x.de
/
pcsx_rearmed.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
af4a16f
)
vita: add a seemingly missing include
author
notaz
<notasas@gmail.com>
Sun, 23 Jan 2022 14:19:38 +0000
(16:19 +0200)
committer
notaz
<notasas@gmail.com>
Sun, 23 Jan 2022 14:19:38 +0000
(16:19 +0200)
frontend/vita/sys/mman.h
patch
|
blob
|
blame
|
history
diff --git
a/frontend/vita/sys/mman.h
b/frontend/vita/sys/mman.h
index
89da513
..
d263483
100644
(file)
--- a/
frontend/vita/sys/mman.h
+++ b/
frontend/vita/sys/mman.h
@@
-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