diff options
Diffstat (limited to 'src/lib9')
-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) |