diff options
Diffstat (limited to 'usr.sbin/bind/lib/isc/hash.c')
-rw-r--r-- | usr.sbin/bind/lib/isc/hash.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/bind/lib/isc/hash.c b/usr.sbin/bind/lib/isc/hash.c index 33224ecd4de..379a29fcbe8 100644 --- a/usr.sbin/bind/lib/isc/hash.c +++ b/usr.sbin/bind/lib/isc/hash.c @@ -14,7 +14,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: hash.c,v 1.12 2020/01/22 12:57:21 florian Exp $ */ +/* $Id: hash.c,v 1.13 2020/01/22 13:02:09 florian Exp $ */ /*! \file * Some portion of this code was derived from universal hash function @@ -55,7 +55,7 @@ or otherwise) arising in any way out of the use of this software, even if advised of the possibility of such damage. */ -#include <config.h> + #include <stdlib.h> #include <isc/hash.h> |