summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/modules/sound/sdl_sound.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/osd/modules/sound/sdl_sound.c')
-rw-r--r--src/osd/modules/sound/sdl_sound.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/osd/modules/sound/sdl_sound.c b/src/osd/modules/sound/sdl_sound.c
index 3376d57719e..ba1e842f4a9 100644
--- a/src/osd/modules/sound/sdl_sound.c
+++ b/src/osd/modules/sound/sdl_sound.c
@@ -12,7 +12,7 @@
#include "sound_module.h"
#include "modules/osdmodule.h"
-#if (!defined(OSD_WINDOWS) || defined(USE_SDL_SOUND))
+#if (defined(OSD_SDL) || defined(USE_SDL_SOUND))
// standard sdl header
#include "../../sdl/sdlinc.h"