summaryrefslogtreecommitdiff
path: root/src/stdafx.h
diff options
context:
space:
mode:
authortruelight <truelight@openttd.org>2007-04-21 13:20:20 +0000
committertruelight <truelight@openttd.org>2007-04-21 13:20:20 +0000
commita5b77fad8744cf1ef3ae98959952f9b735c4a0c3 (patch)
tree8bcaac697c69ed9bd7c737c36ada6cf5a689e31c /src/stdafx.h
parent2f188272af4b62964fc938ed4f46d303cc7520a9 (diff)
downloadopenttd-a5b77fad8744cf1ef3ae98959952f9b735c4a0c3.tar.xz
(svn r9711) -Fix: don't include one system-header-file on MorphOS as it gives silly warnings and is unneeded for OpenTTD
Diffstat (limited to 'src/stdafx.h')
-rw-r--r--src/stdafx.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/stdafx.h b/src/stdafx.h
index ba473d4c3..507c961b7 100644
--- a/src/stdafx.h
+++ b/src/stdafx.h
@@ -78,6 +78,9 @@
# ifdef amiga
# undef amiga
# endif
+/* Act like we already included this file, as it somehow gives linkage problems
+ * (mismatch linkage of C++ and C between this include and unistd.h). */
+#define CLIB_USERGROUP_PROTOS_H
#endif /* __MORPHOS__ */
#ifdef __APPLE__