mirror of
https://git.freebsd.org/ports.git
synced 2025-07-08 21:09:17 -04:00
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
14 lines
319 B
C
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>
|