ports/graphics/cal3d/files/patch-src_cal3d_platform.h
John Marino 5a73dc9345 graphics/cal3d(-devel): Fix build on gcc5
Trivial addition of <string.h>, approved by blanket
2015-09-15 18:54:24 +00:00

10 lines
244 B
C

--- 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>