aboutsummaryrefslogtreecommitdiff
path: root/www/cherokee/files/patch-cherokee-util.c
diff options
context:
space:
mode:
Diffstat (limited to 'www/cherokee/files/patch-cherokee-util.c')
-rw-r--r--www/cherokee/files/patch-cherokee-util.c14
1 files changed, 14 insertions, 0 deletions
diff --git a/www/cherokee/files/patch-cherokee-util.c b/www/cherokee/files/patch-cherokee-util.c
new file mode 100644
index 000000000000..a84cf2f1f722
--- /dev/null
+++ b/www/cherokee/files/patch-cherokee-util.c
@@ -0,0 +1,14 @@
+--- cherokee/util.c-orig 2010-11-15 17:53:34.000000000 -0300
++++ cherokee/util.c 2010-11-15 17:56:46.000000000 -0300
+@@ -38,6 +38,11 @@
+ #include <errno.h>
+ #include <fcntl.h>
+
++
++#ifdef HAVE_SYS_WAIT_H
++# include <sys/wait.h>
++#endif
++
+ #ifdef HAVE_SYS_TIME_H
+ # include <sys/time.h>
+ #else