ThreadExecutor: include sys/select.h for fd_set

This commit is contained in:
Daniel Marjamäki 2013-01-13 13:21:46 +01:00
parent 2e56928834
commit dc0ecb1082
1 changed files with 1 additions and 0 deletions

View File

@ -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>