diff options
Diffstat (limited to 'www/kazehakase/files/patch-src_net_kz-http.c')
-rw-r--r-- | www/kazehakase/files/patch-src_net_kz-http.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/www/kazehakase/files/patch-src_net_kz-http.c b/www/kazehakase/files/patch-src_net_kz-http.c new file mode 100644 index 000000000..deb8e918b --- /dev/null +++ b/www/kazehakase/files/patch-src_net_kz-http.c @@ -0,0 +1,11 @@ +--- src/net/kz-http.c.orig 2009-09-04 00:46:36.000000000 +0200 ++++ src/net/kz-http.c 2009-09-04 00:46:49.000000000 +0200 +@@ -25,7 +25,7 @@ + # include "config.h" + #endif /* HAVE_CONFIG_H */ + +-#include <features.h> ++//#include <features.h> + #define __USE_XOPEN + #include <time.h> + #include "gnet.h" |