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.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mtab.c') diff --git a/mtab.c b/mtab.c index 4f1b9be..91a40aa 100644 --- a/mtab.c +++ b/mtab.c @@ -16,6 +16,7 @@ #include "mtab.h" #include "darray.h" +#include "stat.h" #include "trie.h" #include "util.h" #include @@ -23,7 +24,6 @@ #include #include #include -#include #include #if BFS_HAS_SYS_PARAM -- cgit v1.2.3