From fca5f81ad69098ea8abba130c7f841c951ef91c2 Mon Sep 17 00:00:00 2001 From: Bob Halley Date: Wed, 12 Apr 2000 19:07:12 +0000 Subject: [PATCH] using snprintf or vsnprintf requires isc/print.h --- lib/dns/config/confndc.c | 3 ++- lib/dns/name.c | 1 + lib/dns/validator.c | 1 + 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/lib/dns/config/confndc.c b/lib/dns/config/confndc.c index 54a563dd73..5a1000eea7 100644 --- a/lib/dns/config/confndc.c +++ b/lib/dns/config/confndc.c @@ -15,7 +15,7 @@ * SOFTWARE. */ -/* $Id: confndc.c,v 1.8 2000/04/07 13:35:04 brister Exp $ */ +/* $Id: confndc.c,v 1.9 2000/04/12 19:07:12 halley Exp $ */ /* ** options { @@ -58,6 +58,7 @@ #include #include #include +#include #include #include diff --git a/lib/dns/name.c b/lib/dns/name.c index b72f8ca7ee..0526ceeda9 100644 --- a/lib/dns/name.c +++ b/lib/dns/name.c @@ -25,6 +25,7 @@ #include #include #include +#include #include #include diff --git a/lib/dns/validator.c b/lib/dns/validator.c index 7d90fd377b..9671c21cb9 100644 --- a/lib/dns/validator.c +++ b/lib/dns/validator.c @@ -20,6 +20,7 @@ #include #include #include +#include #include #include #include