ports/dns/dnsperf/files/patch-os.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

11 lines
193 B
C

--- os.c.orig 2015-12-16 00:46:49 UTC
+++ os.c
@@ -22,6 +22,8 @@
#include <sys/select.h>
+#include <isc/boolean.h>
+#include <isc/int.h>
#include <isc/result.h>
#include <isc/types.h>