freebsd-ports/net-im/telepathy-idle/files/patch-src_idle-server-connection.c
Joe Marcus Clarke 3b4fc6e56f Update to 0.1.3.
2009-02-23 06:09:08 +00:00

14 lines
401 B
C

--- 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