aboutsummaryrefslogtreecommitdiff
path: root/common/stdafx.h
diff options
context:
space:
mode:
authorRobert Göffringmann2005-03-31 05:35:04 +0000
committerRobert Göffringmann2005-03-31 05:35:04 +0000
commitbd81feb9969f434e538f44ad2c82ea8e9e8821c9 (patch)
treec2fc75f7bc071afd7eda51e5a076edf5e8f7c009 /common/stdafx.h
parent5a890eedd3eeebc0ab1c37d4150cba11bb9d6138 (diff)
downloadscummvm-rg350-bd81feb9969f434e538f44ad2c82ea8e9e8821c9.tar.gz
scummvm-rg350-bd81feb9969f434e538f44ad2c82ea8e9e8821c9.tar.bz2
scummvm-rg350-bd81feb9969f434e538f44ad2c82ea8e9e8821c9.zip
Playstation2 Port: initial import
svn-id: r17305
Diffstat (limited to 'common/stdafx.h')
-rw-r--r--common/stdafx.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/stdafx.h b/common/stdafx.h
index 3a9e0b88cb..e3d96f2741 100644
--- a/common/stdafx.h
+++ b/common/stdafx.h
@@ -111,7 +111,9 @@
#endif
#if !defined(macintosh)
#include <sys/types.h>
+#if !defined(__PLAYSTATION2__)
#include <sys/uio.h>
+#endif
#include <sys/param.h>
#endif
#if !defined (__BEOS__)