summaryrefslogtreecommitdiff
path: root/sysutils/fam/patches/patch-bb
blob: 97300e7511f88356347d3cfcc688b5945aa76449 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
$NetBSD: patch-bb,v 1.1 2005/01/25 03:30:40 tv Exp $

--- src/Client.h.orig	2003-01-18 09:18:12.000000000 -0500
+++ src/Client.h
@@ -25,6 +25,7 @@
 
 #include <sys/types.h>
 #include <netinet/in.h>  // for in_addr
+#include <arpa/inet.h>
 
 #include "Activity.h"
 #include "Boolean.h"