patch-libfuse-lite_fusermount_c 332 B

12345678910
  1. --- ntfs-3g_ntfsprogs-2014.2.15.orig/libfuse-lite/fusermount.c 2014-02-15 15:07:52.000000000 +0100
  2. +++ ntfs-3g_ntfsprogs-2014.2.15/libfuse-lite/fusermount.c 2014-03-23 09:53:10.000000000 +0100
  3. @@ -18,6 +18,7 @@
  4. #include <getopt.h>
  5. #include <errno.h>
  6. #include <fcntl.h>
  7. +#include <paths.h>
  8. #include <pwd.h>
  9. #ifdef __SOLARIS__