Add <cstring> and/or <cstdlib> to support modern gcc
(This was support to be with 6 other ports but I forgot to "svn add" the patch) Approved by: gcc5 support blanket
This commit is contained in:
parent
a54b024526
commit
671332be8e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=397381
1 changed files with 10 additions and 0 deletions
10
games/ppracer/files/patch-src_ppogl_base_os.cpp
Normal file
10
games/ppracer/files/patch-src_ppogl_base_os.cpp
Normal file
|
@ -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
|
||||
|
Loading…
Reference in a new issue