From 78bc1108d5537400f7df7f79f1dc27084b53323c Mon Sep 17 00:00:00 2001 From: Daniel Thau Date: Mon, 26 Aug 2013 11:57:16 +0200 Subject: Add missing includes This allows compiling fuse with musl. --- lib/mount_util.c | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/mount_util.c') 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 #include #include +#include #ifndef __NetBSD__ #include #endif -- cgit v1.2.3