summaryrefslogtreecommitdiff
path: root/video/dedicated_v.c
diff options
context:
space:
mode:
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 */
/**