blob: d38196ed0a83b82846a60e17241e46d921950702 (
plain)
1
2
3
4
5
6
7
8
9
10
|
--- fuse-2.9.3.orig/util/mount_util.c 2013-07-01 10:02:18.000000000 +0200
+++ fuse-2.9.3/util/mount_util.c 2014-01-01 11:54:07.000000000 +0100
@@ -16,6 +16,7 @@
#include <errno.h>
#include <fcntl.h>
#include <limits.h>
+#include <paths.h>
#ifndef __NetBSD__
#include <mntent.h>
#endif
|