diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-01-08 15:03:22 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-01-08 15:03:22 +0800 |
commit | 324708d45577011b00147e8780779d79a307a529 (patch) | |
tree | 9bfc83246e47615bd0c8973ec464e359ca9956d0 /net-im/telepathy-gabble/files/patch-src_bytestream-socks5.c | |
parent | 84ae2394fc5ff93fdbb34c5be712dc1c632bea37 (diff) | |
download | marcuscom-ports-324708d45577011b00147e8780779d79a307a529.tar marcuscom-ports-324708d45577011b00147e8780779d79a307a529.tar.gz marcuscom-ports-324708d45577011b00147e8780779d79a307a529.tar.bz2 marcuscom-ports-324708d45577011b00147e8780779d79a307a529.tar.lz marcuscom-ports-324708d45577011b00147e8780779d79a307a529.tar.xz marcuscom-ports-324708d45577011b00147e8780779d79a307a529.tar.zst marcuscom-ports-324708d45577011b00147e8780779d79a307a529.zip |
Update to 0.7.18.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11853 df743ca5-7f9a-e211-a948-0013205c9059
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.c | 11 |
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 000000000..07bf4c2ab --- /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> |