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:
John Marino 2015-09-20 18:42:06 +00:00
parent a54b024526
commit 671332be8e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=397381

View 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