diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-12-22 04:29:53 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-12-22 04:29:53 +0800 |
commit | 461d29d98e159dfc79485c2cda029b27118ac384 (patch) | |
tree | f45e23ded5a6ce83c205fd3b081f5fc3396c13f3 /net-im/telepathy-gabble/files | |
parent | a46598fed08bc4e127efb193a80bf7fb7b8a7089 (diff) | |
download | marcuscom-ports-461d29d98e159dfc79485c2cda029b27118ac384.tar marcuscom-ports-461d29d98e159dfc79485c2cda029b27118ac384.tar.gz marcuscom-ports-461d29d98e159dfc79485c2cda029b27118ac384.tar.bz2 marcuscom-ports-461d29d98e159dfc79485c2cda029b27118ac384.tar.lz marcuscom-ports-461d29d98e159dfc79485c2cda029b27118ac384.tar.xz marcuscom-ports-461d29d98e159dfc79485c2cda029b27118ac384.tar.zst marcuscom-ports-461d29d98e159dfc79485c2cda029b27118ac384.zip |
Update to 0.7.17.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11834 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'net-im/telepathy-gabble/files')
-rw-r--r-- | net-im/telepathy-gabble/files/patch-src_tube-stream.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net-im/telepathy-gabble/files/patch-src_tube-stream.c b/net-im/telepathy-gabble/files/patch-src_tube-stream.c new file mode 100644 index 000000000..9118a52ad --- /dev/null +++ b/net-im/telepathy-gabble/files/patch-src_tube-stream.c @@ -0,0 +1,10 @@ +--- src/tube-stream.c.orig 2008-01-17 01:49:11.000000000 -0500 ++++ src/tube-stream.c 2008-01-17 01:49:22.000000000 -0500 +@@ -24,6 +24,7 @@ + #include <time.h> + #include <sys/types.h> + #include <sys/socket.h> ++#include <netinet/in.h> + #include <sys/un.h> + #include <unistd.h> + #include <fcntl.h> |