(svn r2695) - Fix: OS/2 project update, add os2.h to dedicated_v.c

This commit is contained in:
orudge
2005-07-23 19:00:56 +00:00
parent 86a76d735e
commit e36506b1d1
3 changed files with 37 additions and 15 deletions

View File

@@ -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 */
/**