summaryrefslogtreecommitdiff
path: root/src/sound/null_s.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/sound/null_s.cpp')
-rw-r--r--src/sound/null_s.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/sound/null_s.cpp b/src/sound/null_s.cpp
index 953bf5764..3dc95c46f 100644
--- a/src/sound/null_s.cpp
+++ b/src/sound/null_s.cpp
@@ -12,5 +12,7 @@
#include "../stdafx.h"
#include "null_s.h"
+#include "../safeguards.h"
+
/** The factory for the null sound driver. */
static FSoundDriver_Null iFSoundDriver_Null;