aboutsummaryrefslogtreecommitdiff
path: root/games/scorched3d/files/patch-src-ode-config.h
blob: d8880cbd8da90ac132859e024f9b78eed39ef671 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- ./src/ode/config.h.orig	Mon May 24 21:02:31 2004
+++ ./src/ode/config.h	Sun May 30 14:38:24 2004
@@ -36,7 +36,7 @@
 #if defined(__DARWIN__)
 #include <sys/malloc.h>
 #else
-#include <malloc.h>            // for alloca under windows
+#include <stdlib.h>            // for alloca under windows
 #endif
 
 #include <string.h>