aboutsummaryrefslogtreecommitdiff
path: root/sshfs.c
diff options
context:
space:
mode:
Diffstat (limited to 'sshfs.c')
-rw-r--r--sshfs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sshfs.c b/sshfs.c
index 9175a2c..a2d072a 100644
--- a/sshfs.c
+++ b/sshfs.c
@@ -38,7 +38,7 @@
#include <sys/socket.h>
#include <sys/utsname.h>
#include <sys/mman.h>
-#include <sys/poll.h>
+#include <poll.h>
#include <netinet/in.h>
#include <netinet/tcp.h>
#include <glib.h>