blob: 258588c7ce66e19436671bfa21204ed27edf9ad4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
--- 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>
|