diff options
Diffstat (limited to 'lib/dns/dst_parse.c')
-rw-r--r-- | lib/dns/dst_parse.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/dns/dst_parse.c b/lib/dns/dst_parse.c index 2b950d5a3b9c..989dc86300f2 100644 --- a/lib/dns/dst_parse.c +++ b/lib/dns/dst_parse.c @@ -1,5 +1,5 @@ /* - * Portions Copyright (C) 2004-2013 Internet Systems Consortium, Inc. ("ISC") + * Portions Copyright (C) 2004-2013, 2015 Internet Systems Consortium, Inc. ("ISC") * Portions Copyright (C) 1999-2002 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any @@ -38,13 +38,14 @@ #include <isc/base64.h> #include <isc/dir.h> +#include <isc/file.h> #include <isc/fsaccess.h> #include <isc/lex.h> #include <isc/mem.h> +#include <isc/print.h> #include <isc/stdtime.h> #include <isc/string.h> #include <isc/util.h> -#include <isc/file.h> #include <dns/time.h> #include <dns/log.h> |