diff options
author | rwatson <rwatson@FreeBSD.org> | 2005-04-16 11:32:46 +0000 |
---|---|---|
committer | rwatson <rwatson@FreeBSD.org> | 2005-04-16 11:32:46 +0000 |
commit | 74350013ae7222aca7f8c583ac11b88ecf04a188 (patch) | |
tree | 0b3c46448d455a08d08d911bf02b956f5ba39065 /lib | |
parent | 18f74c4005e884cea549f72a92687cbebb396d19 (diff) | |
download | FreeBSD-src-74350013ae7222aca7f8c583ac11b88ecf04a188.zip FreeBSD-src-74350013ae7222aca7f8c583ac11b88ecf04a188.tar.gz |
In practice, you need to include <sys/types.h> and
<security/mac_bsdextended/mac_bsdextended.h> in order to include
<ugidfw.h>, so document that.
MFC after: 3 days
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libugidfw/libugidfw.3 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libugidfw/libugidfw.3 b/lib/libugidfw/libugidfw.3 index ea7ce89..7e8c751 100644 --- a/lib/libugidfw/libugidfw.3 +++ b/lib/libugidfw/libugidfw.3 @@ -39,6 +39,8 @@ .Sh LIBRARY .Lb libugidfw .Sh SYNOPSIS +.In sys/types.h +.In security/mac_bsdextended/mac_bsdextended.h .In ugidfw.h .Sh DESCRIPTION The |