Commit ce597d35 authored by Davis King's avatar Davis King

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

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