diff options
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> |