| commit | 604b5fcda415436a4a8e42fcf764c24ae2ca9ed5 | [log] [tgz] |
|---|---|---|
| author | rsc <devnull@localhost> | Sun Jul 23 14:21:45 2006 +0000 |
| committer | rsc <devnull@localhost> | Sun Jul 23 14:21:45 2006 +0000 |
| tree | da3aa8195dc356dba7386b0424f6a5e9ae590861 | |
| parent | c13535256234f4a1c195e65e68ad0ed7128c64fb [diff] |
add stat.h
diff --git a/src/cmd/9pfuse/a.h b/src/cmd/9pfuse/a.h index abe773d..26319e2 100644 --- a/src/cmd/9pfuse/a.h +++ b/src/cmd/9pfuse/a.h
@@ -1,5 +1,6 @@ #include <u.h> #include <errno.h> +#include <sys/stat.h> #include <sys/uio.h> #include <sys/socket.h> #include <libc.h>