graphics/cal3d(-devel): Fix build on gcc5
Trivial addition of <string.h>, approved by blanket
This commit is contained in:
@@ -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>
|
||||
@@ -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>
|
||||
Reference in New Issue
Block a user