diff options
author | Daniel Thau <danthau@bedrocklinux.org> | 2013-08-26 11:57:16 +0200 |
---|---|---|
committer | Miklos Szeredi <mszeredi@suse.cz> | 2013-08-26 12:01:17 +0200 |
commit | 78bc1108d5537400f7df7f79f1dc27084b53323c (patch) | |
tree | 1a0b4ea08ffdd5f69d61cab7f9c083f101713d42 /lib/mount_util.c | |
parent | d44bf3a4ac1ce1b56672ac9ae4a5caa3a8ee6844 (diff) | |
download | libfuse-78bc1108d5537400f7df7f79f1dc27084b53323c.tar.gz |
Add missing includes
This allows compiling fuse with musl.
Diffstat (limited to 'lib/mount_util.c')
-rw-r--r-- | lib/mount_util.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/mount_util.c b/lib/mount_util.c index 3d2f4cd..3cad2e6 100644 --- a/lib/mount_util.c +++ b/lib/mount_util.c @@ -16,6 +16,7 @@ #include <errno.h> #include <fcntl.h> #include <limits.h> +#include <paths.h> #ifndef __NetBSD__ #include <mntent.h> #endif |