aboutsummaryrefslogtreecommitdiff
path: root/common/stdafx.h
diff options
context:
space:
mode:
authorChris Apers2005-09-03 16:15:39 +0000
committerChris Apers2005-09-03 16:15:39 +0000
commit1d6ecabfbee286f571bcc24f536039f2aa5667a3 (patch)
tree752829681f4322233f06bbe15693221ed91e8f35 /common/stdafx.h
parentc6c22db6ae8302416d80ae0d3e19549f047e23b3 (diff)
downloadscummvm-rg350-1d6ecabfbee286f571bcc24f536039f2aa5667a3.tar.gz
scummvm-rg350-1d6ecabfbee286f571bcc24f536039f2aa5667a3.tar.bz2
scummvm-rg350-1d6ecabfbee286f571bcc24f536039f2aa5667a3.zip
Prepare new backends and potential native version
svn-id: r18747
Diffstat (limited to 'common/stdafx.h')
-rw-r--r--common/stdafx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/stdafx.h b/common/stdafx.h
index 2e15d84c33..ea386476dc 100644
--- a/common/stdafx.h
+++ b/common/stdafx.h
@@ -113,7 +113,7 @@
#include <devices/timer.h>
#undef CMD_INVALID
#endif
-#if !defined(macintosh)
+#if !defined(macintosh) && !defined(PALMOS_ARM)
#include <sys/types.h>
#if !defined(__PLAYSTATION2__) && !defined(__PSP__) && !defined(__amigaos4__)
#include <sys/uio.h>