summaryrefslogtreecommitdiff
path: root/lib/libc/db/hash/hash_page.c
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>1998-07-27 15:33:44 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>1998-07-27 15:33:44 +0000
commit56e1393163cdfe5f8ee19839f0d72b4a0540334d (patch)
treebe84fed41fb5b4d26c0aaed219410a7c7290263b /lib/libc/db/hash/hash_page.c
parent442aa9b9fa7071206874f4edcc3c2b26f7664aef (diff)
include sys/param.h to pull in MAXPATHLEN
Diffstat (limited to 'lib/libc/db/hash/hash_page.c')
-rw-r--r--lib/libc/db/hash/hash_page.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/db/hash/hash_page.c b/lib/libc/db/hash/hash_page.c
index 0ca6485e2d8..7a4ad18015b 100644
--- a/lib/libc/db/hash/hash_page.c
+++ b/lib/libc/db/hash/hash_page.c
@@ -35,7 +35,7 @@
*/
#if defined(LIBC_SCCS) && !defined(lint)
-static char rcsid[] = "$OpenBSD: hash_page.c,v 1.4 1998/07/27 05:22:11 deraadt Exp $";
+static char rcsid[] = "$OpenBSD: hash_page.c,v 1.5 1998/07/27 15:33:43 millert Exp $";
#endif /* LIBC_SCCS and not lint */
/*
@@ -54,6 +54,7 @@ static char rcsid[] = "$OpenBSD: hash_page.c,v 1.4 1998/07/27 05:22:11 deraadt E
* open_temp
*/
+#include <sys/param.h>
#include <sys/types.h>
#include <errno.h>