diff options
Diffstat (limited to 'bin/tools')
-rw-r--r-- | bin/tools/arpaname.c | 3 | ||||
-rw-r--r-- | bin/tools/isc-hmac-fixup.c | 3 | ||||
-rw-r--r-- | bin/tools/named-journalprint.c | 3 |
3 files changed, 6 insertions, 3 deletions
diff --git a/bin/tools/arpaname.c b/bin/tools/arpaname.c index 356a883a45da..14609b57965f 100644 --- a/bin/tools/arpaname.c +++ b/bin/tools/arpaname.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2009, 2015 Internet Systems Consortium, Inc. ("ISC") * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -19,6 +19,7 @@ #include "config.h" #include <isc/net.h> +#include <isc/print.h> #include <stdio.h> diff --git a/bin/tools/isc-hmac-fixup.c b/bin/tools/isc-hmac-fixup.c index 00613b387c48..e443675ab34f 100644 --- a/bin/tools/isc-hmac-fixup.c +++ b/bin/tools/isc-hmac-fixup.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010, 2014 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2010, 2014, 2015 Internet Systems Consortium, Inc. ("ISC") * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -21,6 +21,7 @@ #include <isc/base64.h> #include <isc/buffer.h> #include <isc/md5.h> +#include <isc/print.h> #include <isc/region.h> #include <isc/result.h> #include <isc/sha1.h> diff --git a/bin/tools/named-journalprint.c b/bin/tools/named-journalprint.c index 36d1acd3136d..035cb6e28c92 100644 --- a/bin/tools/named-journalprint.c +++ b/bin/tools/named-journalprint.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2009 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004-2009, 2015 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any @@ -22,6 +22,7 @@ #include <isc/log.h> #include <isc/mem.h> +#include <isc/print.h> #include <isc/util.h> #include <dns/journal.h> |