diff options
author | Nathan Scott <nathans@sgi.com> | 2001-03-03 08:31:28 +0000 |
---|---|---|
committer | Nathan Scott <nathans@sgi.com> | 2001-03-03 08:31:28 +0000 |
commit | bd44968e6c2db74158feae58d2cc7f631ec074fc (patch) | |
tree | d8cfb19442d4617c96363e74f691a2c2151d8bc8 /libattr/attr.c | |
parent | 31d7cd0daee6483ca61777d866f1544ec557e0d1 (diff) | |
download | attr-bd44968e6c2db74158feae58d2cc7f631ec074fc.tar.gz |
include stdio.h for Thomas' PPC builds.
Diffstat (limited to 'libattr/attr.c')
-rw-r--r-- | libattr/attr.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libattr/attr.c b/libattr/attr.c index 1fb7ec2..f06e772 100644 --- a/libattr/attr.c +++ b/libattr/attr.c @@ -30,6 +30,7 @@ * http://oss.sgi.com/projects/GenInfo/SGIGPLNoticeExplan/ */ +#include <stdio.h> #include <errno.h> #include <stdlib.h> #include <sys/types.h> |