artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f30cd03
)
need errno.h
author
deraadt
<deraadt@openbsd.org>
Sun, 16 Feb 1997 11:08:16 +0000
(11:08 +0000)
committer
deraadt
<deraadt@openbsd.org>
Sun, 16 Feb 1997 11:08:16 +0000
(11:08 +0000)
lib/libc/db/hash/ndbm.c
patch
|
blob
|
history
diff --git
a/lib/libc/db/hash/ndbm.c
b/lib/libc/db/hash/ndbm.c
index
3d68ba0
..
e7a9d1c
100644
(file)
--- 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 <stdio.h>
#include <string.h>
+#include <errno.h>
#include <ndbm.h>
#include "hash.h"