aboutsummaryrefslogtreecommitdiff
path: root/common/stdafx.h
diff options
context:
space:
mode:
authorEugene Sandulenko2005-09-30 21:45:41 +0000
committerEugene Sandulenko2005-09-30 21:45:41 +0000
commitb7a275a131de30bad41f29884c90ad8eda6585ba (patch)
tree918326f329c9c29f6084a013f78c5bbd3406189a /common/stdafx.h
parent7dc6b6adbdd127b72d605eb1b8b75a34da59bddf (diff)
downloadscummvm-rg350-b7a275a131de30bad41f29884c90ad8eda6585ba.tar.gz
scummvm-rg350-b7a275a131de30bad41f29884c90ad8eda6585ba.tar.bz2
scummvm-rg350-b7a275a131de30bad41f29884c90ad8eda6585ba.zip
Fix compilation
svn-id: r18910
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 2e2defd655..173bbdb66b 100644
--- a/common/stdafx.h
+++ b/common/stdafx.h
@@ -115,7 +115,7 @@
#endif
#if !defined(macintosh) && !defined(PALMOS_ARM)
#include <sys/types.h>
-#if !defined(__PLAYSTATION2__) && !defined(__PSP__) && !defined(__amigaos4__) && !defined(__SYMBIAN32__,)
+#if !defined(__PLAYSTATION2__) && !defined(__PSP__) && !defined(__amigaos4__) && !defined(__SYMBIAN32__)
#include <sys/uio.h>
#endif
#if !defined(__amigaos4__)