diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2003-08-29 19:46:30 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2003-08-29 19:46:30 +0000 |
commit | 3d687cde53fcf69ed00baf8382cdfe84a5aeca5e (patch) | |
tree | 3f87cbd59cfbed0a38c778ffa94cfbdcdb4f6a61 /share/man/man9/pool.9 | |
parent | 3b0890540da875d782a210a9ebaac40bf598017e (diff) |
add some includes, from Patrick Latifi via jmc@
Diffstat (limited to 'share/man/man9/pool.9')
-rw-r--r-- | share/man/man9/pool.9 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/share/man/man9/pool.9 b/share/man/man9/pool.9 index ebcc6ea7461..a8aacf0e05f 100644 --- a/share/man/man9/pool.9 +++ b/share/man/man9/pool.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pool.9,v 1.24 2003/06/06 20:56:32 jmc Exp $ +.\" $OpenBSD: pool.9,v 1.25 2003/08/29 19:46:29 tedu Exp $ .\" $NetBSD: pool.9,v 1.18 2001/06/21 11:59:01 wiz Exp $ .\" .\" Copyright (c) 1997, 1998 The NetBSD Foundation, Inc. @@ -48,6 +48,7 @@ .Nm pool_setlowat .Nd resource-pool manager .Sh SYNOPSIS +.Fd #include <sys/types.h> .Fd #include <sys/pool.h> .Ft void .Fo pool_init |