summaryrefslogtreecommitdiff
path: root/games/scorched3d/files/patch-src-ode-common.h
blob: 7f17caf18bf4aa08f74d4acac7002200a1d16d8f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- src/ode/common.h.orig	Wed Jul 30 17:41:29 2003
+++ src/ode/common.h	Sun Aug  3 09:07:13 2003
@@ -25,7 +25,7 @@
 
 #include <ode/config.h>
 #include <ode/error.h>
-#ifndef WIN32
+#if !defined(WIN32) && !defined(__FreeBSD__)
 #include <alloca.h>
 #endif
 #include <stdlib.h>