aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/9pfuse
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2006-07-23 14:21:45 +0000
committerrsc <devnull@localhost>2006-07-23 14:21:45 +0000
commit604b5fcda415436a4a8e42fcf764c24ae2ca9ed5 (patch)
treeda3aa8195dc356dba7386b0424f6a5e9ae590861 /src/cmd/9pfuse
parentc13535256234f4a1c195e65e68ad0ed7128c64fb (diff)
downloadplan9port-604b5fcda415436a4a8e42fcf764c24ae2ca9ed5.tar.gz
plan9port-604b5fcda415436a4a8e42fcf764c24ae2ca9ed5.tar.bz2
plan9port-604b5fcda415436a4a8e42fcf764c24ae2ca9ed5.zip
add stat.h
Diffstat (limited to 'src/cmd/9pfuse')
-rw-r--r--src/cmd/9pfuse/a.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cmd/9pfuse/a.h b/src/cmd/9pfuse/a.h
index abe773d1..26319e2e 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>