aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/9pfuse/a.h
diff options
context:
space:
mode:
authorRuss Cox <rsc@swtch.com>2008-04-17 16:03:49 -0400
committerRuss Cox <rsc@swtch.com>2008-04-17 16:03:49 -0400
commite63025d09486aea0f644578b5e05a093c130b7d2 (patch)
tree09a2c4e6e2ffdbb93eed03dcc286096380599ba2 /src/cmd/9pfuse/a.h
parent14125803572e1fa6efb2badf4a41e2e59e81a76d (diff)
downloadplan9port-e63025d09486aea0f644578b5e05a093c130b7d2.tar.gz
plan9port-e63025d09486aea0f644578b5e05a093c130b7d2.tar.bz2
plan9port-e63025d09486aea0f644578b5e05a093c130b7d2.zip
9pfuse: accept - for stdin, try to hang up cleanly
Diffstat (limited to 'src/cmd/9pfuse/a.h')
-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 aaec3ef0..f5038e16 100644
--- a/src/cmd/9pfuse/a.h
+++ b/src/cmd/9pfuse/a.h
@@ -3,6 +3,7 @@
#include <sys/stat.h>
#include <sys/uio.h>
#include <sys/socket.h>
+#include <sys/select.h>
#include <libc.h>
#include <fcall.h>
#include <thread.h>