diff options
author | Nathan Scott <nathans@sgi.com> | 2002-03-22 02:16:38 +0000 |
---|---|---|
committer | Nathan Scott <nathans@sgi.com> | 2002-03-22 02:16:38 +0000 |
commit | b20b284b703b0dc7d0fa2c0110b933c4f01fde21 (patch) | |
tree | 6981589a74753e10f898417996ef13e3897a1c44 /man/man2/setxattr.2 | |
parent | 528d56ba1450e615f60d38b264024d2de9f93e3f (diff) | |
download | attr-b20b284b703b0dc7d0fa2c0110b933c4f01fde21.tar.gz |
mention that sys/types.h also needs to be included.
Diffstat (limited to 'man/man2/setxattr.2')
-rw-r--r-- | man/man2/setxattr.2 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/man/man2/setxattr.2 b/man/man2/setxattr.2 index 5a5f66f..8a4570c 100644 --- a/man/man2/setxattr.2 +++ b/man/man2/setxattr.2 @@ -10,6 +10,7 @@ setxattr, lsetxattr, fsetxattr \- set an extended attribute value .SH SYNOPSIS .fam C .nf +.B #include <sys/types.h> .B #include <attr/xattr.h> .sp .BI "int setxattr (const char\ *" path ", const char\ *" name ", |