aboutsummaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorGravatar Miklos Szeredi <mszeredi@suse.cz>2013-08-26 12:11:42 +0200
committerGravatar Miklos Szeredi <mszeredi@suse.cz>2013-08-26 12:11:42 +0200
commite6bc9048574d1de7ae8f6249c7099e429991b45f (patch)
treeb27e80202c54bf7cbd5d080db31157e3b2827a16 /util
parentf4bb7265fddf8c7e1f186d53f1e07fdccfbe8d00 (diff)
parent78bc1108d5537400f7df7f79f1dc27084b53323c (diff)
Merge remote-tracking branch 'origin/fuse_2_9_bugfix'
Diffstat (limited to 'util')
-rw-r--r--util/fusermount.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/fusermount.c b/util/fusermount.c
index 2973762..e7dbca6 100644
--- a/util/fusermount.c
+++ b/util/fusermount.c
@@ -20,6 +20,7 @@
#include <errno.h>
#include <fcntl.h>
#include <pwd.h>
+#include <paths.h>
#include <mntent.h>
#include <sys/wait.h>
#include <sys/stat.h>