diff options
Diffstat (limited to 'lib/isc/regex.c')
-rw-r--r-- | lib/isc/regex.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/isc/regex.c b/lib/isc/regex.c index 2ee13653bdde..a1e76c759180 100644 --- a/lib/isc/regex.c +++ b/lib/isc/regex.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2013, 2014 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2013-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 @@ -17,6 +17,7 @@ #include <config.h> #include <isc/file.h> +#include <isc/print.h> #include <isc/regex.h> #include <isc/string.h> |