--- ntfs-3g_ntfsprogs-2013.1.13.orig/libfuse-lite/fusermount.c +++ ntfs-3g_ntfsprogs-2013.1.13/libfuse-lite/fusermount.c @@ -18,6 +18,7 @@ #include <getopt.h> #include <errno.h> #include <fcntl.h> +#include <paths.h> #include <pwd.h> #ifdef __SOLARIS__ --- ntfs-3g_ntfsprogs-2013.1.13.orig/libfuse-lite/mount_util.c +++ ntfs-3g_ntfsprogs-2013.1.13/libfuse-lite/mount_util.c @@ -14,6 +14,7 @@ #include <string.h> #include <dirent.h> #include <errno.h> +#include <paths.h> #include <limits.h> #include <sys/stat.h> #include <sys/wait.h>