summaryrefslogtreecommitdiffstats
path: root/mtab.h
diff options
context:
space:
mode:
Diffstat (limited to 'mtab.h')
-rw-r--r--mtab.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/mtab.h b/mtab.h
index 1f2f70f..807539d 100644
--- a/mtab.h
+++ b/mtab.h
@@ -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.
*/