summaryrefslogtreecommitdiff
path: root/archivers/dar/patches/patch-ag
blob: 052230673c7a10601fed1226b7ecabb08486d56e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$NetBSD: patch-ag,v 1.1 2005/01/24 16:58:06 tv Exp $

--- src/dar_suite/data_tree.cpp.orig	2005-01-24 11:30:25.000000000 -0500
+++ src/dar_suite/data_tree.cpp
@@ -35,6 +35,9 @@ extern "C"
 #if HAVE_NETINET_IN_H
 #include <netinet/in.h>
 #endif
+#if HAVE_ARPA_INET_H
+#include <arpa/inet.h>
+#endif
 } // end extern "C"
 
 #include <iomanip>