$NetBSD: patch-ab,v 1.2 2009/08/16 19:22:49 wiz Exp $

http://bugs.freedesktop.org/show_bug.cgi?id=23352
+ FreeBSD patch

--- src/idle-server-connection.c.orig	2009-05-28 01:28:54.000000000 +0200
+++ src/idle-server-connection.c	2009-09-20 14:32:50.000000000 +0200
@@ -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
