ThreadExecutor: include sys/select.h for fd_set
This commit is contained in:
parent
2e56928834
commit
dc0ecb1082
|
@ -22,6 +22,7 @@
|
|||
#ifdef THREADING_MODEL_FORK
|
||||
#include <algorithm>
|
||||
#include <iostream>
|
||||
#include <sys/select.h>
|
||||
#include <sys/wait.h>
|
||||
#include <unistd.h>
|
||||
#include <fcntl.h>
|
||||
|
|
Loading…
Reference in New Issue