diff options
author | Russ Cox <rsc@swtch.com> | 2008-12-07 09:20:08 -0800 |
---|---|---|
committer | Russ Cox <rsc@swtch.com> | 2008-12-07 09:20:08 -0800 |
commit | 7e0b68623394068aec66fe388e0fa446f598c11e (patch) | |
tree | b32578623ea04e3aea69f8d13ca2f26e9550a177 | |
parent | 478054e0a73fe1339b73710a8e6eabfa252c7d24 (diff) | |
download | plan9port-7e0b68623394068aec66fe388e0fa446f598c11e.tar.gz plan9port-7e0b68623394068aec66fe388e0fa446f598c11e.tar.bz2 plan9port-7e0b68623394068aec66fe388e0fa446f598c11e.zip |
lib9/dirwstat: missing prototype for chmod
-rw-r--r-- | src/lib9/dirwstat.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib9/dirwstat.c b/src/lib9/dirwstat.c index 0b81d900..37d9e0e0 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) |