diff options
Diffstat (limited to 'scumm')
-rw-r--r-- | scumm/costume.cpp | 1 | ||||
-rw-r--r-- | scumm/gfx.cpp | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/scumm/costume.cpp b/scumm/costume.cpp index 1575d9ee5b..27273b61c2 100644 --- a/scumm/costume.cpp +++ b/scumm/costume.cpp @@ -27,6 +27,7 @@ #include "scumm/sound.h" #if defined(__PALM_OS__) +#include "init_arm.h" #include "arm/native.h" #include "arm/macros.h" #endif diff --git a/scumm/gfx.cpp b/scumm/gfx.cpp index 9dd24fb582..d8415fbf50 100644 --- a/scumm/gfx.cpp +++ b/scumm/gfx.cpp @@ -28,6 +28,7 @@ #include "scumm/usage_bits.h" #if defined(__PALM_OS__) +#include "init_arm.h" #include "arm/native.h" #include "arm/macros.h" #endif |