summaryrefslogtreecommitdiff
path: root/video/dedicated_v.h
diff options
context:
space:
mode:
authortron <tron@openttd.org>2005-07-25 07:16:10 +0000
committertron <tron@openttd.org>2005-07-25 07:16:10 +0000
commit2faf06f4cdc47c7774329a6ebdcd4432420bee72 (patch)
treea82d96125e84eafe4fb9321c49e6f8a880e8c141 /video/dedicated_v.h
parentf1c254befaba4980e832a82dee2adbefa6587ead (diff)
downloadopenttd-2faf06f4cdc47c7774329a6ebdcd4432420bee72.tar.xz
(svn r2704) Remove . from include path again, too much trouble. Also add some #ifdefs and #includes for the Windows build
Diffstat (limited to 'video/dedicated_v.h')
-rw-r--r--video/dedicated_v.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/video/dedicated_v.h b/video/dedicated_v.h
index 61a76a95d..9ba1223d3 100644
--- a/video/dedicated_v.h
+++ b/video/dedicated_v.h
@@ -3,7 +3,7 @@
#ifndef VIDEO_DEDICATED_H
#define VIDEO_DEDICATED_H
-#include "hal.h"
+#include "../hal.h"
extern const HalVideoDriver _dedicated_video_driver;