diff options
author | orudge <orudge@openttd.org> | 2005-07-23 19:00:56 +0000 |
---|---|---|
committer | orudge <orudge@openttd.org> | 2005-07-23 19:00:56 +0000 |
commit | e36506b1d1ad69dcba33c5a4d80cb99d15ad6f41 (patch) | |
tree | 16061d6bd4ddcda34aaea1f36b0e98527ee70f8e /video | |
parent | 86a76d735e229fa2aff0232773b63663bdccda78 (diff) | |
download | openttd-e36506b1d1ad69dcba33c5a4d80cb99d15ad6f41.tar.xz |
(svn r2695) - Fix: OS/2 project update, add os2.h to dedicated_v.c
Diffstat (limited to 'video')
-rw-r--r-- | video/dedicated_v.c | 4 |
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 */ /** |