aboutsummaryrefslogtreecommitdiff
path: root/backends
diff options
context:
space:
mode:
authorMax Horn2009-01-23 02:44:30 +0000
committerMax Horn2009-01-23 02:44:30 +0000
commit4455a9fc2f3aaaf889450fdde3b11330c70afb70 (patch)
treeedee762071bd5d58042cce3c1282c999e9978785 /backends
parent83b3f336b4c4af45756c4986b3bab124dcd46c8c (diff)
downloadscummvm-rg350-4455a9fc2f3aaaf889450fdde3b11330c70afb70.tar.gz
scummvm-rg350-4455a9fc2f3aaaf889450fdde3b11330c70afb70.tar.bz2
scummvm-rg350-4455a9fc2f3aaaf889450fdde3b11330c70afb70.zip
DS: Fix compilation
svn-id: r36010
Diffstat (limited to 'backends')
-rw-r--r--backends/platform/ds/arm9/source/osystem_ds.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/backends/platform/ds/arm9/source/osystem_ds.h b/backends/platform/ds/arm9/source/osystem_ds.h
index 384e39bc74..575bad0609 100644
--- a/backends/platform/ds/arm9/source/osystem_ds.h
+++ b/backends/platform/ds/arm9/source/osystem_ds.h
@@ -32,6 +32,7 @@
#include "backends/timer/default/default-timer.h"
#include "sound/mixer_intern.h"
#include "graphics/surface.h"
+#include "graphics/colormasks.h"
class OSystem_DS : public OSystem {
protected: