diff options
Diffstat (limited to 'www/mod_gzip2/files/patch-mod_gzip')
-rw-r--r-- | www/mod_gzip2/files/patch-mod_gzip | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/www/mod_gzip2/files/patch-mod_gzip b/www/mod_gzip2/files/patch-mod_gzip new file mode 100644 index 000000000000..764a830b00b6 --- /dev/null +++ b/www/mod_gzip2/files/patch-mod_gzip @@ -0,0 +1,10 @@ +--- 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... */ + |