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/events/linuxmotosdl/linuxmotosdl-events.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'backends/events/linuxmotosdl/linuxmotosdl-events.cpp') diff --git a/backends/events/linuxmotosdl/linuxmotosdl-events.cpp b/backends/events/linuxmotosdl/linuxmotosdl-events.cpp index 5e570f99dd..aa9214d89f 100644 --- a/backends/events/linuxmotosdl/linuxmotosdl-events.cpp +++ b/backends/events/linuxmotosdl/linuxmotosdl-events.cpp @@ -23,6 +23,8 @@ * */ +#include "common/scummsys.h" + #if defined(LINUXMOTO) // Disable symbol overrides so that we can use system headers. -- cgit v1.2.3