From 127a6f920a649e4f981ba6d3333dac516dfbb258 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Tue, 31 May 2011 00:25:40 +0200 Subject: BUILD: Add SDL_BACKEND=1 to config.mk for all SDL based backends --- backends/mixer/sdl/sdl-mixer.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'backends/mixer') diff --git a/backends/mixer/sdl/sdl-mixer.cpp b/backends/mixer/sdl/sdl-mixer.cpp index 61e7f051e5..16e7f22db5 100644 --- a/backends/mixer/sdl/sdl-mixer.cpp +++ b/backends/mixer/sdl/sdl-mixer.cpp @@ -20,6 +20,8 @@ * */ +#include "common/scummsys.h" + #if defined(SDL_BACKEND) #include "backends/mixer/sdl/sdl-mixer.h" -- cgit v1.2.3