diff options
author | Miklos Szeredi <miklos@szeredi.hu> | 2001-12-26 18:08:09 +0000 |
---|---|---|
committer | Miklos Szeredi <miklos@szeredi.hu> | 2001-12-26 18:08:09 +0000 |
commit | 019b4e949d99a38a46082ec390e5162a394237aa (patch) | |
tree | 7b8843decf83bc26b9fa9e257f387536e60a5707 /util | |
parent | ba8ec88e0e194f2dc5928b043ee8a5a2d338afe9 (diff) | |
download | libfuse-019b4e949d99a38a46082ec390e5162a394237aa.tar.gz |
cross compilation fixes
Diffstat (limited to 'util')
-rw-r--r-- | util/fusermount.c | 2 |
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> |