commit 604b5fcda415436a4a8e42fcf764c24ae2ca9ed5 parent c13535256234f4a1c195e65e68ad0ed7128c64fb Author: rsc <devnull@localhost> Date: Sun, 23 Jul 2006 14:21:45 +0000 add stat.h Diffstat:
M | src/cmd/9pfuse/a.h | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git 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>