aboutsummaryrefslogtreecommitdiff
path: root/backends/PalmOS
diff options
context:
space:
mode:
Diffstat (limited to 'backends/PalmOS')
-rw-r--r--backends/PalmOS/Src/palmrdr.cpp3
1 files changed, 2 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
+}