]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
[master] missing declaration of INSIST
authorEvan Hunt <each@isc.org>
Wed, 4 Oct 2017 03:02:38 +0000 (20:02 -0700)
committerEvan Hunt <each@isc.org>
Wed, 4 Oct 2017 03:02:38 +0000 (20:02 -0700)
lib/isc/inet_ntop.c

index 64ad577e0b7bd1f358282322f4fa810ac2811623..a63f0587daa3691c379f9165219ef349dec5cab5 100644 (file)
@@ -22,6 +22,7 @@ static char rcsid[] =
 #include <isc/net.h>
 #include <isc/print.h>
 #include <isc/string.h>
+#include <isc/util.h>
 
 #define NS_INT16SZ      2
 #define NS_IN6ADDRSZ   16