Index: sshfs.c --- sshfs.c.orig +++ sshfs.c @@ -12,7 +12,6 @@ #include #include #if !defined(__CYGWIN__) -#include #endif #ifdef __APPLE__ # include @@ -39,6 +38,7 @@ #include #include #include +#include #include #include #include @@ -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"