freebsd-ports/www/cherokee/files/patch-cherokee-fdpoll-kqueue.c
Pav Lucistnik 1281c8b7c0 - Update to 0.4.30
PR:		ports/92013
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2006-01-19 19:07:20 +00:00

10 lines
276 B
C

--- cherokee/fdpoll-kqueue.c.orig Fri May 27 02:42:27 2005
+++ cherokee/fdpoll-kqueue.c Fri Sep 16 00:03:37 2005
@@ -27,6 +27,7 @@
#include "fdpoll-protected.h"
#include <stdio.h>
+#include <sys/types.h>
#include <sys/event.h>
#include <sys/time.h>
#include <unistd.h>