aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/ps2/ps2mutex.cpp
diff options
context:
space:
mode:
authorMax Horn2006-08-04 17:47:57 +0000
committerMax Horn2006-08-04 17:47:57 +0000
commit4ee581adb5f732c9d1af3d362210b9bd00ecc034 (patch)
tree5449251626cb56487396c02a66d2973f36a7c70b /backends/platform/ps2/ps2mutex.cpp
parentd74bc3fe3ab58b3270bfb246c87bc309a33eb897 (diff)
downloadscummvm-rg350-4ee581adb5f732c9d1af3d362210b9bd00ecc034.tar.gz
scummvm-rg350-4ee581adb5f732c9d1af3d362210b9bd00ecc034.tar.bz2
scummvm-rg350-4ee581adb5f732c9d1af3d362210b9bd00ecc034.zip
Fixed some broken #include's (the PS2 and Symbian may need more fixed, though)
svn-id: r23666
Diffstat (limited to 'backends/platform/ps2/ps2mutex.cpp')
-rw-r--r--backends/platform/ps2/ps2mutex.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/platform/ps2/ps2mutex.cpp b/backends/platform/ps2/ps2mutex.cpp
index 6ae9a3a005..04b015b273 100644
--- a/backends/platform/ps2/ps2mutex.cpp
+++ b/backends/platform/ps2/ps2mutex.cpp
@@ -20,7 +20,7 @@
*
*/
-#include "backends/ps2/systemps2.h"
+#include "backends/platform/ps2/systemps2.h"
OSystem::MutexRef OSystem_PS2::createMutex(void) {
WaitSema(_mutexSema);