summaryrefslogtreecommitdiff
path: root/src/stdafx.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-04-30 07:39:46 +0000
committerrubidium <rubidium@openttd.org>2008-04-30 07:39:46 +0000
commitf1820a57083bcadda56ca78c007612e88021a25b (patch)
treefd05b40c24c7c6acb690ad39463bacc2d587724d /src/stdafx.h
parent36bb91cc6dd91c0906cc28bd7b5fa9f252fa7074 (diff)
downloadopenttd-f1820a57083bcadda56ca78c007612e88021a25b.tar.xz
(svn r12930) -Add: build support for NetBSD and HP-UX. Patch by ahoka.
Diffstat (limited to 'src/stdafx.h')
-rw-r--r--src/stdafx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stdafx.h b/src/stdafx.h
index 14d493879..17bbb3ca1 100644
--- a/src/stdafx.h
+++ b/src/stdafx.h
@@ -76,7 +76,7 @@
#include <SupportDefs.h>
#endif
-#if defined(SUNOS)
+#if defined(SUNOS) || defined(HPUX)
#include <alloca.h>
#endif