freebsd-ports/net-im/telepathy-idle/files/patch-src_idle-server-connection.c

15 lines
401 B
C
Raw Normal View History

2009-02-23 07:09:08 +01:00
--- 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