Skip to content
Snippets Groups Projects
Commit 7f1a2002 authored by Nat Goodspeed's avatar Nat Goodspeed
Browse files

DRTVWR-476: On Windows, dup2() et al. need <io.h>

parent 07134aae
No related branches found
No related tags found
No related merge requests found
...@@ -39,6 +39,8 @@ ...@@ -39,6 +39,8 @@
#if !LL_WINDOWS #if !LL_WINDOWS
# include <syslog.h> # include <syslog.h>
# include <unistd.h> # include <unistd.h>
#else
# include <io.h>
#endif // !LL_WINDOWS #endif // !LL_WINDOWS
#include <vector> #include <vector>
#include "string.h" #include "string.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment