DRTVWR-476: On Windows, dup2() et al. need <io.h>
parent
07134aaee7
commit
7f1a200214
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue