aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--games/ppracer/files/patch-src_ppogl_base_os.cpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/games/ppracer/files/patch-src_ppogl_base_os.cpp b/games/ppracer/files/patch-src_ppogl_base_os.cpp
new file mode 100644
index 000000000000..dedc7828d35c
--- /dev/null
+++ b/games/ppracer/files/patch-src_ppogl_base_os.cpp
@@ -0,0 +1,10 @@
+--- src/ppogl/base/os.cpp.orig 2015-09-19 23:30:52 UTC
++++ src/ppogl/base/os.cpp
+@@ -32,6 +32,7 @@
+ #include <sys/types.h>
+ #include <sys/stat.h>
+ #include <iostream>
++#include <cstring>
+
+ #define MAX_BUFFER_SIZE 512
+