diff options
author | Eugene Sandulenko | 2005-09-30 21:45:41 +0000 |
---|---|---|
committer | Eugene Sandulenko | 2005-09-30 21:45:41 +0000 |
commit | b7a275a131de30bad41f29884c90ad8eda6585ba (patch) | |
tree | 918326f329c9c29f6084a013f78c5bbd3406189a | |
parent | 7dc6b6adbdd127b72d605eb1b8b75a34da59bddf (diff) | |
download | scummvm-rg350-b7a275a131de30bad41f29884c90ad8eda6585ba.tar.gz scummvm-rg350-b7a275a131de30bad41f29884c90ad8eda6585ba.tar.bz2 scummvm-rg350-b7a275a131de30bad41f29884c90ad8eda6585ba.zip |
Fix compilation
svn-id: r18910
-rw-r--r-- | common/stdafx.h | 2 |
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__) |