aboutsummaryrefslogtreecommitdiff
path: root/include/fuse_compat.h
diff options
context:
space:
mode:
authorGravatar Miklos Szeredi <miklos@szeredi.hu>2005-11-07 11:59:00 +0000
committerGravatar Miklos Szeredi <miklos@szeredi.hu>2005-11-07 11:59:00 +0000
commit52cb09d16ed7e233c35c0c33e72a952211a056b3 (patch)
treee13243dd1ac8f5e3eaaf10e11c6d2637b15e9046 /include/fuse_compat.h
parentf7eec0361d3b2465c8cf3449082ee396b016e29b (diff)
fix up statfs interface
Diffstat (limited to 'include/fuse_compat.h')
-rw-r--r--include/fuse_compat.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/fuse_compat.h b/include/fuse_compat.h
index af7aecf..08d391a 100644
--- a/include/fuse_compat.h
+++ b/include/fuse_compat.h
@@ -9,6 +9,8 @@
/* these definitions provide source compatibility to prior versions.
Do not include this file directly! */
+#include <sys/statfs.h>
+
typedef int (*fuse_dirfil_t_compat) (fuse_dirh_t h, const char *name, int type);
struct fuse_operations_compat2 {
int (*getattr) (const char *, struct stat *);