blob: 370be459655b251935cb8efc8c4b8354bf9b146f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
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>
|