summaryrefslogtreecommitdiff
path: root/archivers/dar/patches/patch-ae
diff options
context:
space:
mode:
Diffstat (limited to 'archivers/dar/patches/patch-ae')
-rw-r--r--archivers/dar/patches/patch-ae14
1 files changed, 14 insertions, 0 deletions
diff --git a/archivers/dar/patches/patch-ae b/archivers/dar/patches/patch-ae
new file mode 100644
index 00000000000..f80bc00c50f
--- /dev/null
+++ b/archivers/dar/patches/patch-ae
@@ -0,0 +1,14 @@
+$NetBSD: patch-ae,v 1.1 2005/01/24 16:58:06 tv Exp $
+
+--- src/libdar/header.cpp.orig 2005-01-24 11:29:34.000000000 -0500
++++ src/libdar/header.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
+
+ #if TIME_WITH_SYS_TIME
+ # include <sys/time.h>