summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'games-emulation/ppsspp/files/ppsspp-1.5.4-stdint-gcc-10.patch')
-rw-r--r--games-emulation/ppsspp/files/ppsspp-1.5.4-stdint-gcc-10.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/games-emulation/ppsspp/files/ppsspp-1.5.4-stdint-gcc-10.patch b/games-emulation/ppsspp/files/ppsspp-1.5.4-stdint-gcc-10.patch
new file mode 100644
index 000000000000..0a7c45a810b2
--- /dev/null
+++ b/games-emulation/ppsspp/files/ppsspp-1.5.4-stdint-gcc-10.patch
@@ -0,0 +1,10 @@
+--- a/Common/Hashmaps.h
++++ b/Common/Hashmaps.h
+@@ -2,6 +2,7 @@
+
+ #include <cstring>
+ #include <vector>
++#include <stdint.h> /* uint32_t */
+
+ #include "ext/xxhash.h"
+ #include "Common/CommonFuncs.h"