summaryrefslogtreecommitdiffstats
path: root/lib/libc/db
diff options
context:
space:
mode:
authormillert <millert@openbsd.org>1998-07-27 15:33:43 +0000
committermillert <millert@openbsd.org>1998-07-27 15:33:43 +0000
commit1bb8d23e372abc72ad0030d714332c90d066af72 (patch)
tree50560d342ee302fe45856cb15537c0ad9ceaa80c /lib/libc/db
parentdon't include term.h (diff)
downloadwireguard-openbsd-1bb8d23e372abc72ad0030d714332c90d066af72.tar.xz
wireguard-openbsd-1bb8d23e372abc72ad0030d714332c90d066af72.zip
include sys/param.h to pull in MAXPATHLEN
Diffstat (limited to 'lib/libc/db')
-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>