aboutsummaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorGravatar Daniel Thau <danthau@bedrocklinux.org>2013-08-26 11:57:16 +0200
committerGravatar Miklos Szeredi <mszeredi@suse.cz>2013-08-26 12:01:17 +0200
commit78bc1108d5537400f7df7f79f1dc27084b53323c (patch)
tree1a0b4ea08ffdd5f69d61cab7f9c083f101713d42 /util
parentd44bf3a4ac1ce1b56672ac9ae4a5caa3a8ee6844 (diff)
Add missing includes
This allows compiling fuse with musl.
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 b2e87d9..4fc72ed 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>