From 9e542d7dbcead919d45afcea3e45e577800d7164 Mon Sep 17 00:00:00 2001 From: Mark Murray Date: Fri, 18 Oct 2002 16:20:08 +0000 Subject: [PATCH] Correct the headers needed to use dbopen(3) and friends. --- lib/libc/db/man/dbopen.3 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/libc/db/man/dbopen.3 b/lib/libc/db/man/dbopen.3 index e25e575d4c5..8fce3b27939 100644 --- a/lib/libc/db/man/dbopen.3 +++ b/lib/libc/db/man/dbopen.3 @@ -40,8 +40,9 @@ .Nd "database access methods" .Sh SYNOPSIS .In sys/types.h -.In limits.h .In db.h +.In fcntl.h +.In limits.h .Ft DB * .Fn dbopen "const char *file" "int flags" "int mode" "DBTYPE type" "const void *openinfo" .Sh DESCRIPTION