summaryrefslogtreecommitdiff
path: root/src/video/sdl_v.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/video/sdl_v.cpp')
-rw-r--r--src/video/sdl_v.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/video/sdl_v.cpp b/src/video/sdl_v.cpp
index cad21955d..ff0fffd9c 100644
--- a/src/video/sdl_v.cpp
+++ b/src/video/sdl_v.cpp
@@ -26,6 +26,8 @@
#include "sdl_v.h"
#include <SDL.h>
+#include "../safeguards.h"
+
static FVideoDriver_SDL iFVideoDriver_SDL;
static SDL_Surface *_sdl_screen;