diff options
Diffstat (limited to 'multimedia/gxine/patches/patch-ab')
-rw-r--r-- | multimedia/gxine/patches/patch-ab | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/multimedia/gxine/patches/patch-ab b/multimedia/gxine/patches/patch-ab new file mode 100644 index 00000000000..f0509245572 --- /dev/null +++ b/multimedia/gxine/patches/patch-ab @@ -0,0 +1,12 @@ +$NetBSD: patch-ab,v 1.1.1.1 2004/01/26 13:18:07 jmmv Exp $ + +--- src/http.c.orig Wed Mar 19 09:22:55 2003 ++++ src/http.c +@@ -29,6 +29,7 @@ + #include <sys/types.h> + #include <sys/socket.h> + #include <netdb.h> ++#include <netinet/in.h> + #include <unistd.h> + #include <fcntl.h> + #include <string.h> |