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

This commit is contained in:
Davis King 2013-12-04 21:07:18 -05:00 committed by Davis E. King
parent 11101b6f4b
commit 04816ec0fb

View File

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