summaryrefslogtreecommitdiff
path: root/src/sound/sdl_s.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/sound/sdl_s.cpp')
-rw-r--r--src/sound/sdl_s.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/sound/sdl_s.cpp b/src/sound/sdl_s.cpp
index 7e1c3e993..e3fb99eaa 100644
--- a/src/sound/sdl_s.cpp
+++ b/src/sound/sdl_s.cpp
@@ -18,6 +18,8 @@
#include "sdl_s.h"
#include <SDL.h>
+#include "../safeguards.h"
+
/** Factory for the SDL sound driver. */
static FSoundDriver_SDL iFSoundDriver_SDL;