aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/psp/memory.cpp
diff options
context:
space:
mode:
authorAndre Heider2010-07-18 12:53:24 +0000
committerAndre Heider2010-07-18 12:53:24 +0000
commit70dfcdfb54707b95b115fbb60e86cd841cc42ffe (patch)
tree2e94561f125b15730c714fd52a3dfcd48733ba2e /backends/platform/psp/memory.cpp
parentf36eb7e2edf5ec6140c1fce136c1804cdf81e787 (diff)
downloadscummvm-rg350-70dfcdfb54707b95b115fbb60e86cd841cc42ffe.tar.gz
scummvm-rg350-70dfcdfb54707b95b115fbb60e86cd841cc42ffe.tar.bz2
scummvm-rg350-70dfcdfb54707b95b115fbb60e86cd841cc42ffe.zip
trying to fix psp build for case sensitive filesystems.
svn-id: r50989
Diffstat (limited to 'backends/platform/psp/memory.cpp')
-rw-r--r--backends/platform/psp/memory.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/platform/psp/memory.cpp b/backends/platform/psp/memory.cpp
index 1e7705e9e8..8eef223f8c 100644
--- a/backends/platform/psp/memory.cpp
+++ b/backends/platform/psp/memory.cpp
@@ -26,7 +26,7 @@
#include "common/scummsys.h"
#include "common/singleton.h"
#include "common/list.h"
-#include "backends/platform/psp/PSPPixelFormat.h"
+#include "backends/platform/psp/psppixelformat.h"
#include "backends/platform/psp/memory.h"
// Class Copier --------------------------------------------------------------------------