From 563be8a11eccd104c4d9c877eac42f528332985f Mon Sep 17 00:00:00 2001 From: deraadt Date: Sun, 16 Feb 1997 11:08:16 +0000 Subject: [PATCH] need errno.h --- lib/libc/db/hash/ndbm.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/libc/db/hash/ndbm.c b/lib/libc/db/hash/ndbm.c index 3d68ba0fec4..e7a9d1c1cf5 100644 --- a/lib/libc/db/hash/ndbm.c +++ b/lib/libc/db/hash/ndbm.c @@ -35,7 +35,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static char rcsid[] = "$OpenBSD: ndbm.c,v 1.4 1997/02/15 23:44:31 deraadt Exp $"; +static char rcsid[] = "$OpenBSD: ndbm.c,v 1.5 1997/02/16 11:08:16 deraadt Exp $"; #endif /* LIBC_SCCS and not lint */ /* @@ -47,6 +47,7 @@ static char rcsid[] = "$OpenBSD: ndbm.c,v 1.4 1997/02/15 23:44:31 deraadt Exp $" #include #include +#include #include #include "hash.h" -- 2.20.1