diff options
Diffstat (limited to 'bin/check')
-rw-r--r-- | bin/check/check-tool.c | 3 | ||||
-rw-r--r-- | bin/check/named-checkconf.c | 3 | ||||
-rw-r--r-- | bin/check/named-checkzone.c | 3 |
3 files changed, 6 insertions, 3 deletions
diff --git a/bin/check/check-tool.c b/bin/check/check-tool.c index 1e534071d0c80..bb51fd360ff97 100644 --- a/bin/check/check-tool.c +++ b/bin/check/check-tool.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2012 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004-2012, 2015 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 2000-2002 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any @@ -33,6 +33,7 @@ #include <isc/mem.h> #include <isc/netdb.h> #include <isc/net.h> +#include <isc/print.h> #include <isc/region.h> #include <isc/stdio.h> #include <isc/string.h> diff --git a/bin/check/named-checkconf.c b/bin/check/named-checkconf.c index 18cfdddc98bd5..a2a0856de475a 100644 --- a/bin/check/named-checkconf.c +++ b/bin/check/named-checkconf.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2007, 2009-2014 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004-2007, 2009-2015 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 1999-2002 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any @@ -31,6 +31,7 @@ #include <isc/hash.h> #include <isc/log.h> #include <isc/mem.h> +#include <isc/print.h> #include <isc/result.h> #include <isc/string.h> #include <isc/util.h> diff --git a/bin/check/named-checkzone.c b/bin/check/named-checkzone.c index 7e779c2d17f8a..b1b871d09bd85 100644 --- a/bin/check/named-checkzone.c +++ b/bin/check/named-checkzone.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2013 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004-2013, 2015 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 1999-2003 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any @@ -30,6 +30,7 @@ #include <isc/hash.h> #include <isc/log.h> #include <isc/mem.h> +#include <isc/print.h> #include <isc/socket.h> #include <isc/string.h> #include <isc/task.h> |