Added missing #include (needed only to avoid gcc warnings)

This commit is contained in:
Davis King 2013-12-04 21:07:18 -05:00
parent 8e80150f00
commit ce597d35cb
1 changed files with 2 additions and 0 deletions

View File

@ -33,6 +33,8 @@
#if defined(__TURBOC__) || defined(_MSC_VER) || defined(_WIN32)
# include <io.h>
#else
# include <unistd.h>
#endif
#ifdef WINAPI_FAMILY