blob: aff68884080c1b34ba5dac978fe2696f8a425a03 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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>
|