You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-libs/cal3d/files/cal3d-0.11.0-gcc43.patch

11 lines
269 B

--- src/cal3d/platform.h.old 2008-04-27 23:08:41.000000000 +0200
+++ src/cal3d/platform.h 2008-04-27 23:08:56.000000000 +0200
@@ -77,6 +77,7 @@
// standard includes
#include <stdlib.h>
#include <math.h>
+#include <string.h>
// debug includes
#include <assert.h>