WIFEXITED needs sys/wait.h (#2989)
This commit is contained in:
parent
f4f3d649e2
commit
999bebc692
|
@ -23,6 +23,7 @@
|
|||
#include <sys/resource.h>
|
||||
#include <sys/mman.h>
|
||||
#include <sys/stat.h>
|
||||
#include <sys/wait.h>
|
||||
#include <libgen.h>
|
||||
|
||||
static void uds_connection_cb(EV_P_ ev_io *w, int revents);
|
||||
|
|
Loading…
Reference in New Issue