1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

graphics/cal3d(-devel): Fix build on gcc5

Trivial addition of <string.h>, approved by blanket
This commit is contained in:
John Marino 2015-09-15 18:54:24 +00:00
parent 90a4e88264
commit 5a73dc9345
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=397015
2 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,10 @@
--- src/cal3d/platform.h.orig 2006-03-01 22:55:35 UTC
+++ src/cal3d/platform.h
@@ -77,6 +77,7 @@ typedef int intptr_t;
// standard includes
#include <stdlib.h>
#include <math.h>
+#include <string.h>
// debug includes
#include <assert.h>

View File

@ -0,0 +1,10 @@
--- src/cal3d/platform.h.orig 2006-03-01 22:55:35 UTC
+++ src/cal3d/platform.h
@@ -77,6 +77,7 @@ typedef int intptr_t;
// standard includes
#include <stdlib.h>
#include <math.h>
+#include <string.h>
// debug includes
#include <assert.h>