summaryrefslogtreecommitdiffstats
path: root/src/stat.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stat.c')
-rw-r--r--src/stat.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/stat.c b/src/stat.c
index 1e340d0..9f2918d 100644
--- a/src/stat.c
+++ b/src/stat.c
@@ -3,10 +3,13 @@
#include "prelude.h"
#include "stat.h"
+
#include "atomic.h"
+#include "bfs.h"
#include "bfstd.h"
#include "diag.h"
#include "sanity.h"
+
#include <errno.h>
#include <fcntl.h>
#include <string.h>