diff options
Diffstat (limited to 'www/libproxy/patches/patch-ab')
-rw-r--r-- | www/libproxy/patches/patch-ab | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/www/libproxy/patches/patch-ab b/www/libproxy/patches/patch-ab new file mode 100644 index 00000000000..d634d74b02e --- /dev/null +++ b/www/libproxy/patches/patch-ab @@ -0,0 +1,12 @@ +$NetBSD: patch-ab,v 1.1 2009/03/12 13:31:48 hasso Exp $ + +--- ./src/lib/url.c.orig 2009-03-12 11:23:52 +0200 ++++ ./src/lib/url.c 2009-03-12 11:24:58 +0200 +@@ -26,6 +26,7 @@ + #include <sys/types.h> + #include <sys/socket.h> + #include <arpa/inet.h> ++#include <netinet/in.h> + + #include "misc.h" + #include "url.h" |