BUILD: Add SDL_BACKEND=1 to config.mk for all SDL based backends

This commit is contained in:
Max Horn 2011-05-31 00:25:40 +02:00
parent f7e94e90b6
commit 127a6f920a
4 changed files with 10 additions and 5 deletions

View file

@ -20,6 +20,8 @@
*
*/
#include "common/scummsys.h"
#if defined(SDL_BACKEND)
#include "backends/mixer/sdl/sdl-mixer.h"