diff options
Diffstat (limited to 'net-im/telepathy-gabble/files/patch-src_jingle-factory.c')
-rw-r--r-- | net-im/telepathy-gabble/files/patch-src_jingle-factory.c | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/net-im/telepathy-gabble/files/patch-src_jingle-factory.c b/net-im/telepathy-gabble/files/patch-src_jingle-factory.c deleted file mode 100644 index 6f75e4951b3a..000000000000 --- a/net-im/telepathy-gabble/files/patch-src_jingle-factory.c +++ /dev/null @@ -1,13 +0,0 @@ ---- src/jingle-factory.c.orig 2009-03-08 13:03:05.000000000 -0400 -+++ src/jingle-factory.c 2009-03-08 13:04:05.000000000 -0400 -@@ -20,6 +20,10 @@ - - #include "jingle-factory.h" - -+#include <sys/types.h> -+#include <sys/socket.h> -+#include <netinet/in.h> -+#include <arpa/inet.h> - #include <stdio.h> - #include <stdlib.h> - #include <string.h> |