diff options
author | Miklos Szeredi <miklos@szeredi.hu> | 2006-12-04 12:45:19 +0000 |
---|---|---|
committer | Miklos Szeredi <miklos@szeredi.hu> | 2006-12-04 12:45:19 +0000 |
commit | 2ad6a4bc54f7bf43c08224e8f2d41c1812cbbe37 (patch) | |
tree | 02390e60d20bf02d31bd4ef714691520d14fe2e7 /lib/mount.c | |
parent | 237f8435f5619bf563424d2c55a14df6270a35d2 (diff) | |
download | libfuse-2ad6a4bc54f7bf43c08224e8f2d41c1812cbbe37.tar.gz |
build fixes
Diffstat (limited to 'lib/mount.c')
-rw-r--r-- | lib/mount.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/mount.c b/lib/mount.c index 2ed0381..a72294b 100644 --- a/lib/mount.c +++ b/lib/mount.c @@ -9,6 +9,7 @@ #include "config.h" #include "fuse_i.h" #include "fuse_opt.h" +#include "fuse_common_compat.h" #include <stdio.h> #include <stdlib.h> |