summaryrefslogtreecommitdiffstats
path: root/mtab.c
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2020-11-12 23:03:10 -0500
committerTavian Barnes <tavianator@tavianator.com>2020-11-12 23:03:10 -0500
commit0a2852c4cd8a8fb95b4a3ba84d768c774186adc1 (patch)
treef7b107086812336e959806c7829cd31d04685d77 /mtab.c
parent3fc709530adbede1744a6d785598f8456d5f2626 (diff)
downloadbfs-0a2852c4cd8a8fb95b4a3ba84d768c774186adc1.tar.xz
Include what I use
Thanks to https://github.com/include-what-you-use/include-what-you-use
Diffstat (limited to 'mtab.c')
-rw-r--r--mtab.c2
1 files changed, 1 insertions, 1 deletions
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 <errno.h>
@@ -23,7 +24,6 @@
#include <stdbool.h>
#include <stdlib.h>
#include <string.h>
-#include <sys/stat.h>
#include <sys/types.h>
#if BFS_HAS_SYS_PARAM