summaryrefslogtreecommitdiff
path: root/os2.c
diff options
context:
space:
mode:
authortron <tron@openttd.org>2005-07-23 17:22:39 +0000
committertron <tron@openttd.org>2005-07-23 17:22:39 +0000
commit4a14350711dfb757d9638c13c3ca2c9e9845bdbf (patch)
tree62ce78296ec083a80ef43ac8a389189805afc849 /os2.c
parent60d2232c609c595adadb4bca90e0ad3d3de0ce17 (diff)
downloadopenttd-4a14350711dfb757d9638c13c3ca2c9e9845bdbf.tar.xz
(svn r2691) Separate dedicated video driver and fix bemidi declarations
Diffstat (limited to 'os2.c')
-rw-r--r--os2.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/os2.c b/os2.c
index a4bc96ad6..513002e17 100644
--- a/os2.c
+++ b/os2.c
@@ -29,6 +29,7 @@
#include "sound/null_s.h"
#include "sound/sdl_s.h"
+#include "video/dedicated_v.h"
#include "video/null_v.h"
#include "video/sdl_v.h"