Index: sshfs.c
--- sshfs.c.orig
+++ sshfs.c
@@ -12,7 +12,6 @@
 #include <fuse.h>
 #include <fuse_opt.h>
 #if !defined(__CYGWIN__)
-#include <fuse_lowlevel.h>
 #endif
 #ifdef __APPLE__
 #  include <fuse_darwin.h>
@@ -39,6 +38,7 @@
 #include <sys/utsname.h>
 #include <sys/mman.h>
 #include <sys/poll.h>
+#include <sys/mount.h>
 #include <netinet/in.h>
 #include <netinet/tcp.h>
 #include <glib.h>
@@ -3302,7 +3302,7 @@ static void usage(const char *progname)
 "    -h   --help            print help\n"
 "    -V   --version         print version\n"
 "\n"
-"SSHFS options:\n"
+"SSHFS options (a complete overview is provided by sshfs(1)):\n"
 "    -p PORT                equivalent to '-o port=PORT'\n"
 "    -C                     equivalent to '-o compression=yes'\n"
 "    -F ssh_configfile      specifies alternative ssh configuration file\n"
