aboutsummaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorDaniel Thau <danthau@bedrocklinux.org>2013-08-26 11:57:16 +0200
committerDan Pasanen <dan.pasanen@gmail.com>2015-10-28 20:57:03 -0500
commit88536d6388e1083298feb23eae4f90a5565fdfee (patch)
tree039017e363b68b3a15d57977774700eaea60e309 /util
parent81b1cc26b41b25afd2d8e09dce1bad4969016066 (diff)
downloadandroid_external_fuse-88536d6388e1083298feb23eae4f90a5565fdfee.tar.gz
android_external_fuse-88536d6388e1083298feb23eae4f90a5565fdfee.tar.bz2
android_external_fuse-88536d6388e1083298feb23eae4f90a5565fdfee.zip
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 ed11185..e5c98c7 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>