projects
/
project
/
libubox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ec56b91
)
add a missing include
author
Felix Fietkau
<nbd@openwrt.org>
Thu, 11 Aug 2011 21:37:48 +0000
(15:37 -0600)
committer
Felix Fietkau
<nbd@openwrt.org>
Thu, 11 Aug 2011 21:37:48 +0000
(15:37 -0600)
uloop.c
patch
|
blob
|
history
diff --git
a/uloop.c
b/uloop.c
index e361c370e9aee9d0f10b63f093ff8a93b0178dbb..f226f505b417b479bc8d215bd77d4830055cbec6 100644
(file)
--- a/
uloop.c
+++ b/
uloop.c
@@
-39,6
+39,7
@@
#ifdef USE_EPOLL
#include <sys/epoll.h>
#endif
+#include <sys/wait.h>
#ifndef ARRAY_SIZE