add missing include.

This commit is contained in:
Ozkan Sezer 2018-10-14 23:50:50 +03:00
parent e2ad654f2e
commit cbacb0f1ea
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@
#if defined(__OS2__) #if defined(__OS2__)
#define INCL_DOS #define INCL_DOS
#define INCL_DOSERRORS #define INCL_DOSERRORS
#include <os2.h>
#include <dos.h> #include <dos.h>
#endif #endif