diff options
-rw-r--r-- | backends/PalmOS/Src/palmrdr.cpp | 3 | ||||
-rw-r--r-- | scumm/costume.cpp | 1 | ||||
-rw-r--r-- | scumm/gfx.cpp | 1 |
3 files changed, 4 insertions, 1 deletions
diff --git a/backends/PalmOS/Src/palmrdr.cpp b/backends/PalmOS/Src/palmrdr.cpp index 41a86524f7..ef91c9ab29 100644 --- a/backends/PalmOS/Src/palmrdr.cpp +++ b/backends/PalmOS/Src/palmrdr.cpp @@ -30,6 +30,7 @@ #include "i_zodiac.h" #endif +#include "init_arm.h" #include "arm/native.h" #include "arm/macros.h" @@ -272,4 +273,4 @@ void OSystem_PALMOS::updateScreen_direct() { rumblePack(_new_shake_pos >= 3); _current_shake_pos = _new_shake_pos; } -}
\ No newline at end of file +} 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 |