diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2001-07-13 22:14:08 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2001-07-13 22:14:08 +0000 |
commit | f36924741351aa6c2809e487c2539e730c7378e5 (patch) | |
tree | 1a2369ad04657d2fea6e0be590c3d3d2205a06de /lib/libutil/opendisk.3 | |
parent | 4e1ffb07063315902171cc52bd0567b46c5a8b5c (diff) |
Make the list of required #includes match reality.
Diffstat (limited to 'lib/libutil/opendisk.3')
-rw-r--r-- | lib/libutil/opendisk.3 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libutil/opendisk.3 b/lib/libutil/opendisk.3 index 84f3dc21b8c..6661328f8d6 100644 --- a/lib/libutil/opendisk.3 +++ b/lib/libutil/opendisk.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: opendisk.3,v 1.1 1999/09/21 04:52:45 csapuntz Exp $ +.\" $OpenBSD: opendisk.3,v 1.2 2001/07/13 22:14:07 millert Exp $ .\" $NetBSD: opendisk.3,v 1.4 1999/07/02 15:49:12 simonb Exp $ .\" .\" Copyright (c) 1997 The NetBSD Foundation, Inc. @@ -46,6 +46,7 @@ partition .Sh LIBRARY .Lb libutil .Sh SYNOPSIS +.Fd #include <sys/types.h> .Fd #include <util.h> .Ft int .Fo opendisk |