diff options
Diffstat (limited to 'bin/tools/arpaname.c')
-rw-r--r-- | bin/tools/arpaname.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/tools/arpaname.c b/bin/tools/arpaname.c index 356a883a45da..14609b57965f 100644 --- a/bin/tools/arpaname.c +++ b/bin/tools/arpaname.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2009, 2015 Internet Systems Consortium, Inc. ("ISC") * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -19,6 +19,7 @@ #include "config.h" #include <isc/net.h> +#include <isc/print.h> #include <stdio.h> |