From f096e8e6268acac6f211fbcca56954a19e107341 Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Thu, 5 Mar 1998 20:42:57 +0000 Subject: string.h for memset proto --- lib/libc/db/hash/hash_buf.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/libc/db/hash/hash_buf.c b/lib/libc/db/hash/hash_buf.c index 225d665787f..8c1986e56b9 100644 --- a/lib/libc/db/hash/hash_buf.c +++ b/lib/libc/db/hash/hash_buf.c @@ -35,7 +35,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static char rcsid[] = "$OpenBSD: hash_buf.c,v 1.4 1996/10/14 22:17:27 downsj Exp $"; +static char rcsid[] = "$OpenBSD: hash_buf.c,v 1.5 1998/03/05 20:42:56 deraadt Exp $"; #endif /* LIBC_SCCS and not lint */ /* @@ -60,6 +60,7 @@ static char rcsid[] = "$OpenBSD: hash_buf.c,v 1.4 1996/10/14 22:17:27 downsj Exp #include #include #include +#include #ifdef DEBUG #include -- cgit v1.2.3