summaryrefslogtreecommitdiff
path: root/video/dedicated_v.c
diff options
context:
space:
mode:
authororudge <orudge@openttd.org>2005-07-23 19:00:56 +0000
committerorudge <orudge@openttd.org>2005-07-23 19:00:56 +0000
commit369b36f6b1975d468473da43aca563257b237aaa (patch)
tree16061d6bd4ddcda34aaea1f36b0e98527ee70f8e /video/dedicated_v.c
parent8100d06caa05081e3c6dde739d0e440b672d5702 (diff)
downloadopenttd-369b36f6b1975d468473da43aca563257b237aaa.tar.xz
(svn r2695) - Fix: OS/2 project update, add os2.h to dedicated_v.c
Diffstat (limited to 'video/dedicated_v.c')
-rw-r--r--video/dedicated_v.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/video/dedicated_v.c b/video/dedicated_v.c
index e44e0b37b..4ae5a5dac 100644
--- a/video/dedicated_v.c
+++ b/video/dedicated_v.c
@@ -18,6 +18,10 @@
# include <sys/types.h>
# include <unistd.h>
# include <conio.h>
+
+# define INCL_DOS
+# include <os2.h>
+
# define STDIN 0 /* file descriptor for standard input */
/**