From 0a2852c4cd8a8fb95b4a3ba84d768c774186adc1 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Thu, 12 Nov 2020 23:03:10 -0500 Subject: Include what I use Thanks to https://github.com/include-what-you-use/include-what-you-use --- mtab.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'mtab.h') 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 +struct bfs_stat; + /** * A file system mount table. */ -- cgit v1.2.3