"tutorial/vscode:/vscode.git/clone" did not exist on "eb45bc07a14e885031fee025d907cece3a47ea69"
Commit ce597d35 authored by Davis King's avatar Davis King
Browse files

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

parent 8e80150f
...@@ -33,6 +33,8 @@ ...@@ -33,6 +33,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
#ifdef WINAPI_FAMILY #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