aboutsummaryrefslogtreecommitdiff
path: root/source/movie.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/movie.cpp')
-rw-r--r--source/movie.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/movie.cpp b/source/movie.cpp
index 9156a48..3ae0934 100644
--- a/source/movie.cpp
+++ b/source/movie.cpp
@@ -95,7 +95,7 @@
#include <ctype.h>
#include <stdlib.h>
-#if defined(__unix) || defined(__linux) || defined(__sun) || defined(__DJGPP)
+#if defined(__unix) || defined(__linux) || defined(__sun) || defined(__DJGPP) || defined (PSP)
#include <unistd.h>
#include <sys/types.h>
#include <sys/stat.h>