diff options
author | Internet Software Consortium, Inc <@isc.org> | 2007-09-07 14:08:19 -0600 |
---|---|---|
committer | LaMont Jones <lamont@debian.org> | 2007-09-07 14:08:19 -0600 |
commit | 93744e253a50cdd78097dc5a150f4c035e8cbcc9 (patch) | |
tree | f7470097a04345f967281dd4d658dd065c51d166 /lib/dns/sec/dst/dst_lib.c | |
parent | 6257efc35455318993208bef65a551ac6039f51f (diff) | |
download | bind9-93744e253a50cdd78097dc5a150f4c035e8cbcc9.tar.gz |
9.0.0b3
Diffstat (limited to 'lib/dns/sec/dst/dst_lib.c')
-rw-r--r-- | lib/dns/sec/dst/dst_lib.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/lib/dns/sec/dst/dst_lib.c b/lib/dns/sec/dst/dst_lib.c index 64d0c6b7..8762ded5 100644 --- a/lib/dns/sec/dst/dst_lib.c +++ b/lib/dns/sec/dst/dst_lib.c @@ -17,16 +17,14 @@ /* * Principal Author: Brian Wellington - * $Id: dst_lib.c,v 1.2 2000/03/23 19:30:04 halley Exp $ + * $Id: dst_lib.c,v 1.4 2000/05/08 14:37:01 tale Exp $ */ #include <config.h> -#include <stddef.h> - #include <isc/once.h> -#include <isc/error.h> #include <isc/msgcat.h> +#include <isc/util.h> #include <dst/lib.h> |