aboutsummaryrefslogtreecommitdiff
path: root/backends/timer
diff options
context:
space:
mode:
Diffstat (limited to 'backends/timer')
-rw-r--r--backends/timer/psp/timer.cpp2
-rw-r--r--backends/timer/sdl/sdl-timer.cpp2
2 files changed, 4 insertions, 0 deletions
diff --git a/backends/timer/psp/timer.cpp b/backends/timer/psp/timer.cpp
index 2b6bebe37c..27e8ef0aeb 100644
--- a/backends/timer/psp/timer.cpp
+++ b/backends/timer/psp/timer.cpp
@@ -23,6 +23,8 @@
*
*/
+#include "common/scummsys.h"
+
#if defined (__PSP__)
#include <pspthreadman.h>
diff --git a/backends/timer/sdl/sdl-timer.cpp b/backends/timer/sdl/sdl-timer.cpp
index 83b2cff3eb..e810d3e646 100644
--- a/backends/timer/sdl/sdl-timer.cpp
+++ b/backends/timer/sdl/sdl-timer.cpp
@@ -24,6 +24,8 @@
*
*/
+#include "common/scummsys.h"
+
#if defined(SDL_BACKEND)
// Disable symbol overrides so that we can use system headers.