summaryrefslogblamecommitdiff
path: root/games/scorched3d/files/patch-src-ode-config.h
blob: c30d3ec4e9e01eeea69c3140575886614591ca38 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11










                                                           
--- src/ode/config.h.orig	Wed Jul 30 17:41:29 2003
+++ src/ode/config.h	Sun Aug  3 09:07:13 2003
@@ -31,7 +31,7 @@
 
 #include <stdio.h>
 #include <stdarg.h>
-#include <malloc.h>		// for alloca under windows
+#include <stdlib.h>		// for alloca under windows
 #include <string.h>
 #include <math.h>