aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/ps2/irxboot.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/irxboot.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/irxboot.cpp')
-rw-r--r--backends/platform/ps2/irxboot.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/platform/ps2/irxboot.cpp b/backends/platform/ps2/irxboot.cpp
index fc844fc319..8872fb5f9f 100644
--- a/backends/platform/ps2/irxboot.cpp
+++ b/backends/platform/ps2/irxboot.cpp
@@ -27,7 +27,7 @@
#include <sifrpc.h>
#include <loadfile.h>
#include <malloc.h>
-#include "backends/ps2/irxboot.h"
+#include "backends/platform/ps2/irxboot.h"
extern void sioprintf(const char *zFormat, ...);