File: add-int.h-include.diff

package info (click to toggle)
bind-dyndb-ldap 11.1-5
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 2,248 kB
  • sloc: ansic: 9,971; sh: 4,331; makefile: 72
file content (28 lines) | stat: -rw-r--r-- 789 bytes parent folder | download
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>