add a missing include

This commit is contained in:
Felix Fietkau 2011-08-11 15:37:48 -06:00
parent ec56b91662
commit d6ebb84ad6

View file

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