diff options
Diffstat (limited to 'net-im/telepathy-salut/files/patch-src_salut-contact.h')
-rw-r--r-- | net-im/telepathy-salut/files/patch-src_salut-contact.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net-im/telepathy-salut/files/patch-src_salut-contact.h b/net-im/telepathy-salut/files/patch-src_salut-contact.h new file mode 100644 index 000000000..b27d1b466 --- /dev/null +++ b/net-im/telepathy-salut/files/patch-src_salut-contact.h @@ -0,0 +1,11 @@ +--- src/salut-contact.h.orig Thu Apr 19 17:06:44 2007 ++++ src/salut-contact.h Thu Apr 19 17:08:20 2007 +@@ -20,6 +20,8 @@ + #ifndef __SALUT_CONTACT_H__ + #define __SALUT_CONTACT_H__ + ++#include <sys/socket.h> ++ + #include <netinet/in.h> + #include <glib-object.h> + |