$NetBSD: patch-aj,v 1.2 2012/06/03 22:18:34 wiz Exp $

Inlucde resolv.h conditionally:
  https://bugzilla.gnome.org/show_bug.cgi?id=617053

--- nanohttp.c.orig	2012-05-11 02:09:01.000000000 +0000
+++ nanohttp.c
@@ -43,8 +43,10 @@
 #ifdef HAVE_ARPA_NAMESER_H
 #include <arpa/nameser.h>
 #endif
+#ifdef HAVE_RESOLV_H
 #include <resolv.h>
 #endif
+#endif
 #ifdef HAVE_FCNTL_H
 #include <fcntl.h> 
 #endif
