aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/ps2
diff options
context:
space:
mode:
authorJohannes Schickel2011-07-01 23:10:48 +0200
committerJohannes Schickel2011-07-01 23:10:48 +0200
commit12f38459e49f3a21573a664daa7cdf12cb267586 (patch)
tree0ee6ed541eb0e8532a87440fd51dd1b9c0e7f6a7 /backends/platform/ps2
parenta79f529f4ca2d027fb9355ad481a28fd6752b2b3 (diff)
downloadscummvm-rg350-12f38459e49f3a21573a664daa7cdf12cb267586.tar.gz
scummvm-rg350-12f38459e49f3a21573a664daa7cdf12cb267586.tar.bz2
scummvm-rg350-12f38459e49f3a21573a664daa7cdf12cb267586.zip
BACKENDS: Fix compilation of PS2 backend.
Diffstat (limited to 'backends/platform/ps2')
-rw-r--r--backends/platform/ps2/systemps2.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/platform/ps2/systemps2.cpp b/backends/platform/ps2/systemps2.cpp
index d3acd06089..5b75ce8914 100644
--- a/backends/platform/ps2/systemps2.cpp
+++ b/backends/platform/ps2/systemps2.cpp
@@ -66,7 +66,7 @@
#include "engines/engine.h"
-#include "graphics/font.h"
+#include "graphics/fonts/bdf.h"
#include "graphics/surface.h"
#include "icon.h"