From 0c86d4c318018c34dc76419f4fcf8052d3e48008 Mon Sep 17 00:00:00 2001 From: Peter van Dijk Date: Mon, 12 Jan 2015 16:38:20 +0100 Subject: [PATCH] import 'Add DragonFly support.' from pkgsrc --- pdns/dns.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdns/dns.hh b/pdns/dns.hh index efd756fd09..711ef1c219 100644 --- a/pdns/dns.hh +++ b/pdns/dns.hh @@ -144,7 +144,7 @@ struct EDNS0Record uint16_t Z; } GCCPACKATTRIBUTE; -#if __FreeBSD__ || __APPLE__ || __OpenBSD__ || defined(__FreeBSD_kernel__) +#if __FreeBSD__ || __APPLE__ || __OpenBSD__ || __DragonFly__ || defined(__FreeBSD_kernel__) #include #elif __linux__ || __GNU__ # include -- 2.47.2