WIFEXITED needs sys/wait.h (#2989)

next
Pietro Cerutti 2017-09-25 17:11:15 +01:00 committed by Michael Stapelberg
parent f4f3d649e2
commit 999bebc692
1 changed files with 1 additions and 0 deletions

View File

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