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/isc/commandline.c | |
| parent | b04f5d3d3ff49c604e768add0cf35600b9eee074 (diff) | |
Vendor import of BIND 9.9.8vendor/bind9/9.9.8
Sponsored by: DK Hostmaster A/S
Diffstat (limited to 'lib/isc/commandline.c')
| -rw-r--r-- | lib/isc/commandline.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/isc/commandline.c b/lib/isc/commandline.c index 98546db48f38..416fba1927a6 100644 --- a/lib/isc/commandline.c +++ b/lib/isc/commandline.c @@ -1,5 +1,5 @@ /* - * Portions Copyright (C) 2004, 2005, 2007, 2008, 2014 Internet Systems Consortium, Inc. ("ISC") + * Portions Copyright (C) 2004, 2005, 2007, 2008, 2014, 2015 Internet Systems Consortium, Inc. ("ISC") * Portions Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any @@ -65,6 +65,7 @@ #include <isc/commandline.h> #include <isc/msgs.h> +#include <isc/print.h> #include <isc/string.h> #include <isc/util.h> |
