diff options
Diffstat (limited to 'lib/lwres/herror.c')
-rw-r--r-- | lib/lwres/herror.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/lwres/herror.c b/lib/lwres/herror.c index 0fe6097d07c1..6ded03463b3d 100644 --- a/lib/lwres/herror.c +++ b/lib/lwres/herror.c @@ -1,5 +1,5 @@ /* - * Portions Copyright (C) 2004, 2005, 2007, 2011, 2012, 2014 Internet Systems Consortium, Inc. ("ISC") + * Portions Copyright (C) 2004, 2005, 2007, 2011, 2012, 2014, 2015 Internet Systems Consortium, Inc. ("ISC") * Portions Copyright (C) 2000, 2001, 2003 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any @@ -75,6 +75,8 @@ static const char rcsid[] = #include <stdio.h> +#include <isc/print.h> + #include <lwres/netdb.h> #include <lwres/platform.h> |