add a missing include
This commit is contained in:
parent
ec56b91662
commit
d6ebb84ad6
1 changed files with 1 additions and 0 deletions
1
uloop.c
1
uloop.c
|
@ -39,6 +39,7 @@
|
||||||
#ifdef USE_EPOLL
|
#ifdef USE_EPOLL
|
||||||
#include <sys/epoll.h>
|
#include <sys/epoll.h>
|
||||||
#endif
|
#endif
|
||||||
|
#include <sys/wait.h>
|
||||||
|
|
||||||
|
|
||||||
#ifndef ARRAY_SIZE
|
#ifndef ARRAY_SIZE
|
||||||
|
|
Loading…
Reference in a new issue