Add missing include (that apparently didn't break anything on most platforms).
This commit is contained in:
parent
08e9036f61
commit
4844368346
1 changed files with 1 additions and 0 deletions
|
@ -34,6 +34,7 @@
|
|||
|
||||
#ifndef _WIN32
|
||||
#include <errno.h>
|
||||
#include <sys/select.h>
|
||||
#include <sys/wait.h>
|
||||
#include <signal.h>
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue