1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
|
Description: Add '#include <isc/int.h>' in src/types.h and src/zone.c
Author: Peter Michael Green <plugwash@raspbian.org>
Bug-Debian: https://bugs.debian.org/911976
Index: bind-dyndb-ldap-11.1/src/types.h
===================================================================
--- bind-dyndb-ldap-11.1.orig/src/types.h
+++ bind-dyndb-ldap-11.1/src/types.h
@@ -7,6 +7,7 @@
#include <isc/event.h>
#include <isc/refcount.h>
+#include <isc/int.h>
#include <dns/name.h>
#include "util.h"
Index: bind-dyndb-ldap-11.1/src/zone.c
===================================================================
--- bind-dyndb-ldap-11.1.orig/src/zone.c
+++ bind-dyndb-ldap-11.1/src/zone.c
@@ -3,6 +3,7 @@
*/
#include <isc/types.h>
+#include <isc/int.h>
#include <isc/util.h>
#include <dns/diff.h>
|