aboutsummaryrefslogtreecommitdiff
path: root/multimedia/gxine/files/patch-src::http.c
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia/gxine/files/patch-src::http.c')
-rw-r--r--multimedia/gxine/files/patch-src::http.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/multimedia/gxine/files/patch-src::http.c b/multimedia/gxine/files/patch-src::http.c
new file mode 100644
index 000000000000..a31b59bc3bb0
--- /dev/null
+++ b/multimedia/gxine/files/patch-src::http.c
@@ -0,0 +1,12 @@
+--- src/http.c.orig Sat Apr 19 02:22:23 2003
++++ src/http.c Sat Apr 19 02:22:34 2003
+@@ -35,6 +35,9 @@
+ #include <unistd.h>
+ #include <ctype.h>
+ #include <errno.h>
++#include <netinet/in.h>
++#include <arpa/inet.h>
++#define IPPROTO_TCP 6
+
+ #include "http.h"
+