diff options
Diffstat (limited to 'bin/named/logconf.c')
-rw-r--r-- | bin/named/logconf.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/named/logconf.c b/bin/named/logconf.c index ce804055cc39..fd20d5a5ee8f 100644 --- a/bin/named/logconf.c +++ b/bin/named/logconf.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2007, 2011, 2013 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004-2007, 2011, 2013, 2015 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any @@ -23,6 +23,7 @@ #include <isc/file.h> #include <isc/offset.h> +#include <isc/print.h> #include <isc/result.h> #include <isc/stdio.h> #include <isc/string.h> |