diff options
author | Jordi Vilalta Prat | 2009-01-22 22:29:14 +0000 |
---|---|---|
committer | Jordi Vilalta Prat | 2009-01-22 22:29:14 +0000 |
commit | 2859b65ce26ffb337b59d1e30b9e6ef881f1ee33 (patch) | |
tree | 881ed7581ed32678f14a006d014fb6d7ef0cc4a1 /backends/platform | |
parent | 4e8b5b76d122bc4fd10817f66af881b59e4a941b (diff) | |
download | scummvm-rg350-2859b65ce26ffb337b59d1e30b9e6ef881f1ee33.tar.gz scummvm-rg350-2859b65ce26ffb337b59d1e30b9e6ef881f1ee33.tar.bz2 scummvm-rg350-2859b65ce26ffb337b59d1e30b9e6ef881f1ee33.zip |
Fix the compilation of the Wii port
svn-id: r36004
Diffstat (limited to 'backends/platform')
-rw-r--r-- | backends/platform/wii/osystem.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/backends/platform/wii/osystem.h b/backends/platform/wii/osystem.h index b5476a21d0..afc80e1bcd 100644 --- a/backends/platform/wii/osystem.h +++ b/backends/platform/wii/osystem.h @@ -30,6 +30,7 @@ #include "backends/saves/default/default-saves.h" #include "backends/timer/default/default-timer.h" +#include "graphics/colormasks.h" #include "graphics/surface.h" #include "sound/mixer_intern.h" |