diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-03-05 20:42:57 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-03-05 20:42:57 +0000 |
commit | f096e8e6268acac6f211fbcca56954a19e107341 (patch) | |
tree | e49b7424b572eafb0d688e532b0ca539a5c72ef3 /lib/libc/db | |
parent | 456193844d87b2680786ac97e5421a247a01a2eb (diff) |
string.h for memset proto
Diffstat (limited to 'lib/libc/db')
-rw-r--r-- | lib/libc/db/hash/hash_buf.c | 3 |
1 files changed, 2 insertions, 1 deletions
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 <stddef.h> #include <stdio.h> #include <stdlib.h> +#include <string.h> #ifdef DEBUG #include <assert.h> |