diff options
| author | Joost Peters | 2009-01-24 19:33:18 +0000 |
|---|---|---|
| committer | Joost Peters | 2009-01-24 19:33:18 +0000 |
| commit | 446c837bc7d9ba7e6e7dadaf046bb439a4dba990 (patch) | |
| tree | 1bc00979171c17bdc01496cf129d4b97ac8ee67f | |
| parent | 3c79c6229ca52d6e0ddd787861bdf4662a8dd1be (diff) | |
| download | scummvm-rg350-446c837bc7d9ba7e6e7dadaf046bb439a4dba990.tar.gz scummvm-rg350-446c837bc7d9ba7e6e7dadaf046bb439a4dba990.tar.bz2 scummvm-rg350-446c837bc7d9ba7e6e7dadaf046bb439a4dba990.zip | |
fix compilation
svn-id: r36040
| -rw-r--r-- | backends/platform/psp/osys_psp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/backends/platform/psp/osys_psp.h b/backends/platform/psp/osys_psp.h index 626e1a5e63..5fee067eec 100644 --- a/backends/platform/psp/osys_psp.h +++ b/backends/platform/psp/osys_psp.h @@ -26,6 +26,7 @@ #include "common/scummsys.h" #include "common/system.h" #include "graphics/surface.h" +#include "graphics/colormasks.h" #include "sound/mixer_intern.h" #include "backends/fs/psp/psp-fs-factory.h" |
