diff options
| author | Ori Avtalion | 2011-04-28 23:11:26 +0300 |
|---|---|---|
| committer | Ori Avtalion | 2011-04-28 23:24:06 +0300 |
| commit | 4d485fc7413544e51d7e00fd837e7b46b2e5962b (patch) | |
| tree | bd70f921e42dd2ef5b68e9ee597faaa19619ec51 /backends/platform/n64 | |
| parent | e52d54b55e0c79a83c0a47b139b3b588ce8dd0c4 (diff) | |
| download | scummvm-rg350-4d485fc7413544e51d7e00fd837e7b46b2e5962b.tar.gz scummvm-rg350-4d485fc7413544e51d7e00fd837e7b46b2e5962b.tar.bz2 scummvm-rg350-4d485fc7413544e51d7e00fd837e7b46b2e5962b.zip | |
BACKENDS: Fix compilation for various backends
Affects:
* PS2
* GPH
* ELF
* MOTO
* IPHONE
* N64
* DINGUX
* WINCE
* PSP
Diffstat (limited to 'backends/platform/n64')
| -rw-r--r-- | backends/platform/n64/osys_n64.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/backends/platform/n64/osys_n64.h b/backends/platform/n64/osys_n64.h index 2daa41a9f6..7a84de0449 100644 --- a/backends/platform/n64/osys_n64.h +++ b/backends/platform/n64/osys_n64.h @@ -37,6 +37,7 @@ #include "graphics/surface.h" #include "graphics/colormasks.h" +#include "graphics/palette.h" #include "graphics/pixelformat.h" #include "audio/mixer_intern.h" |
