commit 7e0b68623394068aec66fe388e0fa446f598c11e from: Russ Cox date: Sun Dec 07 17:20:08 2008 UTC lib9/dirwstat: missing prototype for chmod commit - 478054e0a73fe1339b73710a8e6eabfa252c7d24 commit + 7e0b68623394068aec66fe388e0fa446f598c11e blob - 0b81d90010e2f10fe501769c87727d67f258d607 blob + 37d9e0e06bb897b21fe9bfcea927f3153cb95b09 --- src/lib9/dirwstat.c +++ src/lib9/dirwstat.c @@ -3,6 +3,7 @@ #include #include #include +#include int dirwstat(char *file, Dir *dir)