diff options
Diffstat (limited to 'usr.sbin/bind/lib/isc/base64.c')
-rw-r--r-- | usr.sbin/bind/lib/isc/base64.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/bind/lib/isc/base64.c b/usr.sbin/bind/lib/isc/base64.c index 5e9ef296bbf..f0564bc737c 100644 --- a/usr.sbin/bind/lib/isc/base64.c +++ b/usr.sbin/bind/lib/isc/base64.c @@ -14,11 +14,11 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: base64.c,v 1.7 2020/01/20 18:49:45 florian Exp $ */ +/* $Id: base64.c,v 1.8 2020/01/22 13:02:09 florian Exp $ */ /*! \file */ -#include <config.h> + #include <isc/base64.h> #include <isc/buffer.h> |