From 7e0b68623394068aec66fe388e0fa446f598c11e Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Sun, 7 Dec 2008 09:20:08 -0800 Subject: lib9/dirwstat: missing prototype for chmod --- src/lib9/dirwstat.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src') 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 #include #include +#include int dirwstat(char *file, Dir *dir) -- cgit v1.2.3