diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2015-10-01 07:47:44 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2015-10-01 07:47:44 +0000 |
commit | ff14d03521a89636be959e65a21374951fe699ba (patch) | |
tree | f50c4271d12b6939db067758ade30df93a038a91 /lib/dns/dst_parse.c | |
parent | b04f5d3d3ff49c604e768add0cf35600b9eee074 (diff) |
Notes
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> |