diff options
author | bde <bde@FreeBSD.org> | 2001-10-03 00:51:30 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 2001-10-03 00:51:30 +0000 |
commit | 341e54f4180b5a416bebdfc313970233a48c6f10 (patch) | |
tree | 6a455f8dfec89c385e0b02df6021a9836ade0f50 /lib | |
parent | a8a01b12b0e0dcc5f94a5a12d5099649e35dd3c9 (diff) | |
download | FreeBSD-src-341e54f4180b5a416bebdfc313970233a48c6f10.zip FreeBSD-src-341e54f4180b5a416bebdfc313970233a48c6f10.tar.gz |
Fixed missing include in synopsis.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/sys/extattr_get_file.2 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libc/sys/extattr_get_file.2 b/lib/libc/sys/extattr_get_file.2 index 45b767d..ba83572 100644 --- a/lib/libc/sys/extattr_get_file.2 +++ b/lib/libc/sys/extattr_get_file.2 @@ -39,6 +39,7 @@ .Sh LIBRARY .Lb libc .Sh SYNOPSIS +.In sys/types.h .In sys/extattr.h .In sys/uio.h .Ft int |