aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuss Cox <rsc@swtch.com>2008-12-07 09:20:08 -0800
committerRuss Cox <rsc@swtch.com>2008-12-07 09:20:08 -0800
commit7e0b68623394068aec66fe388e0fa446f598c11e (patch)
treeb32578623ea04e3aea69f8d13ca2f26e9550a177
parent478054e0a73fe1339b73710a8e6eabfa252c7d24 (diff)
downloadplan9port-7e0b68623394068aec66fe388e0fa446f598c11e.tar.gz
plan9port-7e0b68623394068aec66fe388e0fa446f598c11e.tar.bz2
plan9port-7e0b68623394068aec66fe388e0fa446f598c11e.zip
lib9/dirwstat: missing prototype for chmod
-rw-r--r--src/lib9/dirwstat.c1
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)