aboutsummaryrefslogtreecommitdiff
path: root/source/movie.cpp
diff options
context:
space:
mode:
authoraliaspider2014-10-28 03:13:05 +0100
committeraliaspider2014-10-28 03:13:05 +0100
commit5a96997f186b2cff1a24ed5572430fe0f031e8d3 (patch)
treed61c43d74818018e17d8142025b42d3139559395 /source/movie.cpp
parentf3dab3957cf020af5a10ea64d8f77692d10be973 (diff)
downloadsnes9x2005-5a96997f186b2cff1a24ed5572430fe0f031e8d3.tar.gz
snes9x2005-5a96997f186b2cff1a24ed5572430fe0f031e8d3.tar.bz2
snes9x2005-5a96997f186b2cff1a24ed5572430fe0f031e8d3.zip
initial libretro port.
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>