patch-lib_mount_util_c 289 B

12345678910
  1. --- fuse-2.9.3.orig/lib/mount_util.c 2013-07-01 09:25:36.000000000 +0200
  2. +++ fuse-2.9.3/lib/mount_util.c 2014-01-01 11:52:48.000000000 +0100
  3. @@ -16,6 +16,7 @@
  4. #include <errno.h>
  5. #include <fcntl.h>
  6. #include <limits.h>
  7. +#include <paths.h>
  8. #ifndef __NetBSD__
  9. #include <mntent.h>
  10. #endif