aboutsummaryrefslogtreecommitdiff
path: root/common/stdafx.h
diff options
context:
space:
mode:
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 ac582a1206..2e15d84c33 100644
--- a/common/stdafx.h
+++ b/common/stdafx.h
@@ -115,7 +115,7 @@
#endif
#if !defined(macintosh)
#include <sys/types.h>
-#if !defined(__PLAYSTATION2__) && !defined(__amigaos4__)
+#if !defined(__PLAYSTATION2__) && !defined(__PSP__) && !defined(__amigaos4__)
#include <sys/uio.h>
#endif
#if !defined(__amigaos4__)