summaryrefslogtreecommitdiff
path: root/src/driver.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/driver.cpp')
-rw-r--r--src/driver.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/driver.cpp b/src/driver.cpp
index 96ccd761e..f0e5d70db 100644
--- a/src/driver.cpp
+++ b/src/driver.cpp
@@ -14,6 +14,7 @@
#include "sound/sound_driver.hpp"
#include "music/music_driver.hpp"
#include "video/video_driver.hpp"
+#include "string_func.h"
VideoDriver *_video_driver;
char *_ini_videodriver;