mirror of
https://git.freebsd.org/ports.git
synced 2025-06-21 12:40:45 -04:00
10 lines
244 B
C
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>
|