commit | 7e0b68623394068aec66fe388e0fa446f598c11e | [log] [tgz] |
---|---|---|
author | Russ Cox <rsc@swtch.com> | Sun Dec 07 09:20:08 2008 -0800 |
committer | Russ Cox <rsc@swtch.com> | Sun Dec 07 09:20:08 2008 -0800 |
tree | b32578623ea04e3aea69f8d13ca2f26e9550a177 | |
parent | 478054e0a73fe1339b73710a8e6eabfa252c7d24 [diff] |
lib9/dirwstat: missing prototype for chmod
diff --git a/src/lib9/dirwstat.c b/src/lib9/dirwstat.c index 0b81d90..37d9e0e 100644 --- a/src/lib9/dirwstat.c +++ b/src/lib9/dirwstat.c
@@ -3,6 +3,7 @@ #include <libc.h> #include <sys/time.h> #include <utime.h> +#include <sys/stat.h> int dirwstat(char *file, Dir *dir)