diff options
author | John Marino <marino@FreeBSD.org> | 2015-09-20 18:42:06 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2015-09-20 18:42:06 +0000 |
commit | 671332be8e16578ec75451de28c3a922cb830fd7 (patch) | |
tree | 6ca75468e2551239b695f4b7a58d1ca247a6e289 | |
parent | a54b0245264245e51c5619dae0feebf59c4a6715 (diff) |
Notes
-rw-r--r-- | games/ppracer/files/patch-src_ppogl_base_os.cpp | 10 |
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 + |