Commit 04816ec0 authored by Davis King's avatar Davis King Committed by Davis E. King
Browse files

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

parent 11101b6f
...@@ -37,6 +37,8 @@ ...@@ -37,6 +37,8 @@
#if defined(__TURBOC__) || defined(_MSC_VER) || defined(_WIN32) #if defined(__TURBOC__) || defined(_MSC_VER) || defined(_WIN32)
# include <io.h> # include <io.h>
#else
# include <unistd.h>
#endif #endif
#if defined(_WIN32) || defined(__CYGWIN__) #if defined(_WIN32) || defined(__CYGWIN__)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment