diff options
author | Nathan Scott <nathans@sgi.com> | 2003-02-26 21:15:59 +0000 |
---|---|---|
committer | Nathan Scott <nathans@sgi.com> | 2003-02-26 21:15:59 +0000 |
commit | 8673a3c8d222b3d4f0ac9878e3c46a758c5ab4c1 (patch) | |
tree | 075f790ed62c04ff80e83a751cad86e5a3c95cee /libattr | |
parent | 79989b25c65ea0b8352fcd0bfc15461af09251b3 (diff) | |
download | attr-8673a3c8d222b3d4f0ac9878e3c46a758c5ab4c1.tar.gz |
Very minor tidyups to problems I fixed in Andreas last patchset.
Diffstat (limited to 'libattr')
-rw-r--r-- | libattr/attr_copy_check.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libattr/attr_copy_check.c b/libattr/attr_copy_check.c index 049ae0b..3b0d775 100644 --- a/libattr/attr_copy_check.c +++ b/libattr/attr_copy_check.c @@ -17,8 +17,7 @@ Software Foundation, 59 Temple Place, Suite 330, Boston, MA 02111 USA. */ #include <string.h> - -struct error_context; +#include "error_context.h" int attr_copy_check_permissions(const char *name, struct error_context *ctx) |