diff options
Diffstat (limited to 'net-im/telepathy-salut/files/patch-src_salut-self.c')
-rw-r--r-- | net-im/telepathy-salut/files/patch-src_salut-self.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net-im/telepathy-salut/files/patch-src_salut-self.c b/net-im/telepathy-salut/files/patch-src_salut-self.c new file mode 100644 index 000000000..27bb5b5a7 --- /dev/null +++ b/net-im/telepathy-salut/files/patch-src_salut-self.c @@ -0,0 +1,10 @@ +--- src/salut-self.c.orig Thu Apr 19 17:09:13 2007 ++++ src/salut-self.c Thu Apr 19 17:10:24 2007 +@@ -24,6 +24,7 @@ + #include <string.h> + #include <sys/types.h> + #include <sys/socket.h> ++#include <netinet/in.h> + #include <netdb.h> + #include <errno.h> + |