aboutsummaryrefslogtreecommitdiff
path: root/net-im/telepathy-idle/files/patch-src_idle-server-connection.c
blob: 1715d87320a8b6b23aff80b74f1d3d0bc91f895e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- src/idle-server-connection.c.orig	2009-02-23 01:02:04.000000000 -0500
+++ src/idle-server-connection.c	2009-02-23 01:05:04.000000000 -0500
@@ -28,9 +28,10 @@
 
 #include <arpa/inet.h>
 #include <fcntl.h>
-#include <netinet/tcp.h>
 #include <sys/types.h>
 #include <sys/socket.h>
+#include <netinet/in.h>
+#include <netinet/tcp.h>
 #include <unistd.h>
 
 #define IDLE_DEBUG_FLAG IDLE_DEBUG_NETWORK