diff options
Diffstat (limited to 'mtab.h')
-rw-r--r-- | mtab.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -21,9 +21,10 @@ #ifndef BFS_MTAB_H #define BFS_MTAB_H -#include "stat.h" #include <stdbool.h> +struct bfs_stat; + /** * A file system mount table. */ |