diff options
Diffstat (limited to 'usr.sbin/bind/lib/dns/dst_api.c')
-rw-r--r-- | usr.sbin/bind/lib/dns/dst_api.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/bind/lib/dns/dst_api.c b/usr.sbin/bind/lib/dns/dst_api.c index ba465802335..caf80f97cae 100644 --- a/usr.sbin/bind/lib/dns/dst_api.c +++ b/usr.sbin/bind/lib/dns/dst_api.c @@ -33,12 +33,12 @@ /* * Principal Author: Brian Wellington - * $Id: dst_api.c,v 1.18 2020/01/22 06:47:14 florian Exp $ + * $Id: dst_api.c,v 1.19 2020/01/22 13:02:09 florian Exp $ */ /*! \file */ -#include <config.h> + #include <stdlib.h> #include <time.h> @@ -51,7 +51,7 @@ #include <isc/lex.h> #include <isc/once.h> -#include <isc/platform.h> + #include <isc/refcount.h> |