aboutsummaryrefslogtreecommitdiff
path: root/backends/fs/psp
diff options
context:
space:
mode:
authorJoost Peters2009-03-25 21:58:16 +0000
committerJoost Peters2009-03-25 21:58:16 +0000
commit1a5f531d23d454d953a76e805c7f3d3289ed4d8a (patch)
treec4c9afb01c9a175c2b3e6af26bdd2881f1e54ea4 /backends/fs/psp
parent02b178f4dbfa8242b5ef72927f4aeb6463170c91 (diff)
downloadscummvm-rg350-1a5f531d23d454d953a76e805c7f3d3289ed4d8a.tar.gz
scummvm-rg350-1a5f531d23d454d953a76e805c7f3d3289ed4d8a.tar.bz2
scummvm-rg350-1a5f531d23d454d953a76e805c7f3d3289ed4d8a.zip
Allow building of psp backend via configure (Part 1 - Still need to add the fixup + EBOOT packing steps).
Thanks dhewg and fingolfin for assistance. :) svn-id: r39693
Diffstat (limited to 'backends/fs/psp')
-rw-r--r--backends/fs/psp/psp-fs.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/backends/fs/psp/psp-fs.cpp b/backends/fs/psp/psp-fs.cpp
index 11063f3dd2..9936d37f77 100644
--- a/backends/fs/psp/psp-fs.cpp
+++ b/backends/fs/psp/psp-fs.cpp
@@ -31,6 +31,8 @@
#include <sys/stat.h>
#include <unistd.h>
+#include <pspkernel.h>
+
#define ROOT_PATH "ms0:/"
/**