diff options
author | Max Horn | 2011-05-31 00:25:40 +0200 |
---|---|---|
committer | Max Horn | 2011-05-31 00:25:40 +0200 |
commit | 127a6f920a649e4f981ba6d3333dac516dfbb258 (patch) | |
tree | ae83d94c99ab2ba037b56d20272ecb6f82e6edbe /backends/mixer | |
parent | f7e94e90b67dd21058ede1ae69283592a88bed7d (diff) | |
download | scummvm-rg350-127a6f920a649e4f981ba6d3333dac516dfbb258.tar.gz scummvm-rg350-127a6f920a649e4f981ba6d3333dac516dfbb258.tar.bz2 scummvm-rg350-127a6f920a649e4f981ba6d3333dac516dfbb258.zip |
BUILD: Add SDL_BACKEND=1 to config.mk for all SDL based backends
Diffstat (limited to 'backends/mixer')
-rw-r--r-- | backends/mixer/sdl/sdl-mixer.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
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" |