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

master
Nat Goodspeed 2019-10-29 07:32:10 -04:00
parent 07134aaee7
commit 7f1a200214
1 changed files with 2 additions and 0 deletions

View File

@ -39,6 +39,8 @@
#if !LL_WINDOWS
# include <syslog.h>
# include <unistd.h>
#else
# include <io.h>
#endif // !LL_WINDOWS
#include <vector>
#include "string.h"