diff options
Diffstat (limited to 'bin/tools/isc-hmac-fixup.c')
-rw-r--r-- | bin/tools/isc-hmac-fixup.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/tools/isc-hmac-fixup.c b/bin/tools/isc-hmac-fixup.c index 00613b387c48..e443675ab34f 100644 --- a/bin/tools/isc-hmac-fixup.c +++ b/bin/tools/isc-hmac-fixup.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010, 2014 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2010, 2014, 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 @@ -21,6 +21,7 @@ #include <isc/base64.h> #include <isc/buffer.h> #include <isc/md5.h> +#include <isc/print.h> #include <isc/region.h> #include <isc/result.h> #include <isc/sha1.h> |