diff options
Diffstat (limited to 'lib/lwres/print.c')
-rw-r--r-- | lib/lwres/print.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/lwres/print.c b/lib/lwres/print.c index 87f30323fe9a..4f44814bece7 100644 --- a/lib/lwres/print.c +++ b/lib/lwres/print.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004, 2005, 2007, 2011, 2012 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004, 2005, 2007, 2011, 2012, 2014 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 1999-2001, 2003 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any @@ -15,8 +15,6 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id$ */ - #include <config.h> #include <ctype.h> @@ -26,6 +24,7 @@ #define LWRES__PRINT_SOURCE /* Used to get the lwres_print_* prototypes. */ #include <lwres/stdlib.h> +#include <lwres/string.h> #include "assert_p.h" #include "print_p.h" |