aboutsummaryrefslogtreecommitdiff
path: root/net-im/telepathy-gabble/files/patch-src_bytestream-socks5.c
diff options
context:
space:
mode:
Diffstat (limited to 'net-im/telepathy-gabble/files/patch-src_bytestream-socks5.c')
-rw-r--r--net-im/telepathy-gabble/files/patch-src_bytestream-socks5.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/net-im/telepathy-gabble/files/patch-src_bytestream-socks5.c b/net-im/telepathy-gabble/files/patch-src_bytestream-socks5.c
new file mode 100644
index 000000000000..07bf4c2ab63c
--- /dev/null
+++ b/net-im/telepathy-gabble/files/patch-src_bytestream-socks5.c
@@ -0,0 +1,11 @@
+--- src/bytestream-socks5.c.orig 2009-01-08 01:57:01.000000000 -0500
++++ src/bytestream-socks5.c 2009-01-08 01:57:20.000000000 -0500
+@@ -21,6 +21,8 @@
+ #include "config.h"
+ #include "bytestream-socks5.h"
+
++#include <sys/types.h>
++#include <sys/socket.h>
+ #include <arpa/inet.h>
+ #include <errno.h>
+ #include <fcntl.h>