summaryrefslogtreecommitdiff
path: root/archivers/dar/patches/patch-af
diff options
context:
space:
mode:
Diffstat (limited to 'archivers/dar/patches/patch-af')
-rw-r--r--archivers/dar/patches/patch-af14
1 files changed, 14 insertions, 0 deletions
diff --git a/archivers/dar/patches/patch-af b/archivers/dar/patches/patch-af
new file mode 100644
index 00000000000..aff68884080
--- /dev/null
+++ b/archivers/dar/patches/patch-af
@@ -0,0 +1,14 @@
+$NetBSD: patch-af,v 1.1 2005/01/24 16:58:06 tv Exp $
+
+--- src/libdar/zapette.cpp.orig 2005-01-24 11:30:02.000000000 -0500
++++ src/libdar/zapette.cpp
+@@ -36,6 +36,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 <string>