From df05ed1a46516f7e4d5c6e78f7f096208dbad790 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Mon, 29 Nov 2010 16:18:43 +0000 Subject: BACKENDS: Include scummsys.h at top of all .cpp files, *before* any #ifdefs svn-id: r54573 --- backends/timer/psp/timer.cpp | 2 ++ backends/timer/sdl/sdl-timer.cpp | 2 ++ 2 files changed, 4 insertions(+) (limited to 'backends/timer') 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 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. -- cgit v1.2.3