aboutsummaryrefslogtreecommitdiff
path: root/util/fusermount.c
diff options
context:
space:
mode:
Diffstat (limited to 'util/fusermount.c')
-rw-r--r--util/fusermount.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/fusermount.c b/util/fusermount.c
index 94f435f..b3f46cf 100644
--- a/util/fusermount.c
+++ b/util/fusermount.c
@@ -24,7 +24,7 @@
#include <fcntl.h>
#include <pwd.h>
#include <mntent.h>
-#include <limits.h>
+#include <sys/param.h>
#include <sys/wait.h>
#include <sys/stat.h>
#include <sys/mount.h>