ports/dns/dnsperf/files/patch-dns.c
Bernhard Froehlich 6524912adc dns/dnsperf: Fix building with bind 9.12 and newer
Patches are partially based on ISC upstream commit
64fe6bbaf2019f444475dfbf744eb6ea4e619c19 the other
parts are mine.

PR:		232774
Reported by:	leeb@ratnaling.org
Approved by:	portmgr (blanket)
Obtained from:	64fe6bbaf2
2018-12-11 12:34:58 +00:00

14 lines
319 B
C

--- dns.c.orig 2015-12-16 00:46:50 UTC
+++ dns.c
@@ -41,9 +41,11 @@
#define ISC_BUFFER_USEINLINE
#include <isc/base64.h>
+#include <isc/boolean.h>
#include <isc/buffer.h>
#include <isc/hmacmd5.h>
#include <isc/hmacsha.h>
+#include <isc/int.h>
#include <isc/lex.h>
#include <isc/mem.h>
#include <isc/region.h>