aboutsummaryrefslogtreecommitdiff
path: root/common/stdafx.h
diff options
context:
space:
mode:
authorMax Horn2005-05-09 21:21:21 +0000
committerMax Horn2005-05-09 21:21:21 +0000
commit52bbc867979b1453f98191718c3eca726cc9ff8e (patch)
tree4bf1084cc670b2fff715916420c604684fa81135 /common/stdafx.h
parent1c6788797ee3a5f4790ae1e42fa9321478f62c60 (diff)
downloadscummvm-rg350-52bbc867979b1453f98191718c3eca726cc9ff8e.tar.gz
scummvm-rg350-52bbc867979b1453f98191718c3eca726cc9ff8e.tar.bz2
scummvm-rg350-52bbc867979b1453f98191718c3eca726cc9ff8e.zip
Patch #1181544 (AmigaOS 4 changes)
svn-id: r18011
Diffstat (limited to 'common/stdafx.h')
-rw-r--r--common/stdafx.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/common/stdafx.h b/common/stdafx.h
index e3d96f2741..c40cac985e 100644
--- a/common/stdafx.h
+++ b/common/stdafx.h
@@ -111,11 +111,13 @@
#endif
#if !defined(macintosh)
#include <sys/types.h>
-#if !defined(__PLAYSTATION2__)
+#if !defined(__PLAYSTATION2__) && !defined(__amigaos4__)
#include <sys/uio.h>
#endif
+#if !defined(__amigaos4__)
#include <sys/param.h>
#endif
+#endif
#if !defined (__BEOS__)
#include <unistd.h>
#endif