commit 7e0b68623394068aec66fe388e0fa446f598c11e parent 478054e0a73fe1339b73710a8e6eabfa252c7d24 Author: Russ Cox <rsc@swtch.com> Date: Sun, 7 Dec 2008 09:20:08 -0800 lib9/dirwstat: missing prototype for chmod Diffstat:
M | src/lib9/dirwstat.c | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git 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)