From 08fa9bdae7e550666d5bc6ca7d089f70bd7f3cf1 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Sat, 29 Jan 2022 16:24:44 -0500 Subject: Standardize WITH_* make variables for configuring dependencies --- eval.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'eval.c') diff --git a/eval.c b/eval.c index b5dfeed..5babf27 100644 --- a/eval.c +++ b/eval.c @@ -37,7 +37,7 @@ #include "time.h" #include "trie.h" #include "util.h" -#include "regexp.h" +#include "regex.h" #include #include #include -- cgit v1.2.3