diff options
Diffstat (limited to 'bin/check/named-checkzone.c')
-rw-r--r-- | bin/check/named-checkzone.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/check/named-checkzone.c b/bin/check/named-checkzone.c index 7e779c2d17f8..b1b871d09bd8 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> |