summaryrefslogtreecommitdiffstats
path: root/eval.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 /eval.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 'eval.c')
-rw-r--r--eval.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/eval.c b/eval.c
index 6c15503..0503b14 100644
--- a/eval.c
+++ b/eval.c
@@ -22,6 +22,7 @@
#include "bar.h"
#include "bftw.h"
#include "color.h"
+#include "ctx.h"
#include "darray.h"
#include "diag.h"
#include "dstring.h"
@@ -42,6 +43,7 @@
#include <fnmatch.h>
#include <grp.h>
#include <pwd.h>
+#include <regex.h>
#include <stdarg.h>
#include <stdint.h>
#include <stdio.h>