$OpenBSD: patch-pdns_dns_hh,v 1.2 2008/12/16 10:30:27 jasper Exp $

Missing header.

--- pdns/dns.hh.orig	Sat Apr 21 23:56:36 2007
+++ pdns/dns.hh	Sun Aug  3 11:52:57 2008
@@ -173,6 +173,8 @@ typedef enum  {
 #include <machine/endian.h>
 #elif __linux__
 # include <endian.h>
+#elif __OpenBSD__
+# include <sys/endian.h>
 
 #else  // with thanks to <arpa/nameser.h> 
 
