]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
missing #include <isc/lang.h>
authorMark Andrews <marka@isc.org>
Thu, 14 Mar 2019 13:24:33 +0000 (00:24 +1100)
committerEvan Hunt <each@isc.org>
Thu, 14 Mar 2019 19:24:19 +0000 (12:24 -0700)
(cherry picked from commit 719b1d7fdc364095217805d76cb1a56c37597dfa)

lib/dns/include/dns/ecs.h

index 8c1e4fbf1b79b48909c3f3d05736b58bc6cbc214..42ab32056c8147c5527c1e22252281267e80d65e 100644 (file)
 
 #include <inttypes.h>
 
+#include <isc/lang.h>
 #include <isc/netaddr.h>
 #include <isc/types.h>
+
 #include <dns/types.h>
 
 struct dns_ecs {