blob: 68368a0e6f9a6318cf0d7156fe2d434a1e4c6c5f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
$NetBSD: patch-cf,v 1.1 2010/06/01 17:28:31 drochner Exp $
--- gio/libasyncns/g-asyncns.h.orig 2010-06-01 15:28:52.000000000 +0000
+++ gio/libasyncns/g-asyncns.h
@@ -27,6 +27,9 @@
/* asyncns.c removed this for #580301, but that appears to have been wrong */
#if HAVE_ARPA_NAMESER_COMPAT_H
+#ifdef __NetBSD__
+#include <sys/param.h>
+#endif
#include <arpa/nameser_compat.h>
#endif
|