diff options
| author | Johannes Schickel | 2011-07-01 23:10:48 +0200 |
|---|---|---|
| committer | Johannes Schickel | 2011-07-01 23:10:48 +0200 |
| commit | 12f38459e49f3a21573a664daa7cdf12cb267586 (patch) | |
| tree | 0ee6ed541eb0e8532a87440fd51dd1b9c0e7f6a7 /backends | |
| parent | a79f529f4ca2d027fb9355ad481a28fd6752b2b3 (diff) | |
| download | scummvm-rg350-12f38459e49f3a21573a664daa7cdf12cb267586.tar.gz scummvm-rg350-12f38459e49f3a21573a664daa7cdf12cb267586.tar.bz2 scummvm-rg350-12f38459e49f3a21573a664daa7cdf12cb267586.zip | |
BACKENDS: Fix compilation of PS2 backend.
Diffstat (limited to 'backends')
| -rw-r--r-- | backends/platform/ps2/systemps2.cpp | 2 |
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" |
