summaryrefslogtreecommitdiffstats
path: root/net-im/telepathy-gabble/files/patch-src_jingle-factory.c
blob: 6f75e4951b3a9b1bc728367d25c6005832e298e6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- 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>