summaryrefslogtreecommitdiffstats
path: root/expr.h
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2022-01-29 16:24:44 -0500
committerTavian Barnes <tavianator@tavianator.com>2022-01-29 16:24:44 -0500
commit08fa9bdae7e550666d5bc6ca7d089f70bd7f3cf1 (patch)
tree1c4ff9c873176f6096597875f8141f3af42c21eb /expr.h
parente89b125d341c9ade21a6aef97ea5ed8aa3084c93 (diff)
downloadbfs-08fa9bdae7e550666d5bc6ca7d089f70bd7f3cf1.tar.xz
Standardize WITH_* make variables for configuring dependencies
Diffstat (limited to 'expr.h')
-rw-r--r--expr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/expr.h b/expr.h
index a4e6c0d..6f0ebec 100644
--- a/expr.h
+++ b/expr.h
@@ -25,7 +25,7 @@
#include "eval.h"
#include "exec.h"
#include "printf.h"
-#include "regexp.h"
+#include "regex.h"
#include "stat.h"
#include <stdbool.h>
#include <stddef.h>