freebsd-ports/www/mod_gzip2/files/patch-mod_gzip
Xin LI f6ae7b0cc9 New port: mod_gzip2, an updated version of mod_gzip for apache 2.x.
Submitted by:	Stefan `Sec` Zehl <sec@42.org>
PR:		ports/125032
Repocopy by:	marcus (www/mod_gzip -> www/mod_gzip2)
2008-06-30 04:54:04 +00:00

10 lines
294 B
Text

--- mod_gzip.c.org 2005-05-11 03:13:14.000000000 +0200
+++ mod_gzip.c 2008-06-27 01:13:37.000000000 +0200
@@ -86,6 +86,7 @@
/* included automatically at this point in a pre-2.0 compile... */
#include <sys/stat.h> /* For stat() call */
+#include <unistd.h>
/* Version information... */