diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-01-08 15:12:15 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-01-08 15:12:15 +0800 |
commit | c0bb082512b7e2bd9f27b2b51adc0f13f9ad034b (patch) | |
tree | 7b2fd3c67bcb6ef5cd7ace43caf89a1c82f96f56 /net-im/telepathy-salut/files/patch-lib_gibber_gibber-util.c | |
parent | 182ab08e651fa692a384c2e5023a1fc256b7c845 (diff) | |
download | marcuscom-ports-c0bb082512b7e2bd9f27b2b51adc0f13f9ad034b.tar.gz marcuscom-ports-c0bb082512b7e2bd9f27b2b51adc0f13f9ad034b.tar.zst marcuscom-ports-c0bb082512b7e2bd9f27b2b51adc0f13f9ad034b.zip |
Update to 0.3.7.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11855 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'net-im/telepathy-salut/files/patch-lib_gibber_gibber-util.c')
-rw-r--r-- | net-im/telepathy-salut/files/patch-lib_gibber_gibber-util.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net-im/telepathy-salut/files/patch-lib_gibber_gibber-util.c b/net-im/telepathy-salut/files/patch-lib_gibber_gibber-util.c new file mode 100644 index 000000000..be92164c0 --- /dev/null +++ b/net-im/telepathy-salut/files/patch-lib_gibber_gibber-util.c @@ -0,0 +1,11 @@ +--- lib/gibber/gibber-util.c.orig 2008-01-17 00:59:24.000000000 -0500 ++++ lib/gibber/gibber-util.c 2008-01-17 00:59:48.000000000 -0500 +@@ -18,6 +18,8 @@ + */ + + ++#include <sys/types.h> ++#include <sys/socket.h> + #include <stdio.h> + #include <unistd.h> + #include <stdlib.h> |