summaryrefslogtreecommitdiffstats
path: root/eval.c
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2020-10-06 13:12:09 -0400
committerTavian Barnes <tavianator@tavianator.com>2020-10-06 13:12:09 -0400
commit19528c3cab1020196bd6a033dd47871e087f8886 (patch)
treebc6dd53bf5e0a8612f9d284fb92606bc513724e1 /eval.c
parentff53e4e4778109389192494af3bb5dbfcdeb50f0 (diff)
downloadbfs-19528c3cab1020196bd6a033dd47871e087f8886.tar.xz
expr, eval: Clean up header dependencies
Diffstat (limited to 'eval.c')
-rw-r--r--eval.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/eval.c b/eval.c
index 246a60c..e3806d8 100644
--- a/eval.c
+++ b/eval.c
@@ -25,6 +25,7 @@
#include "diag.h"
#include "dstring.h"
#include "exec.h"
+#include "expr.h"
#include "fsade.h"
#include "mtab.h"
#include "printf.h"