19 lines
523 B
Text
19 lines
523 B
Text
$NetBSD: patch-ab,v 1.3 2009/09/20 12:39:07 sno 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
|