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 --- expr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'expr.h') 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 #include -- cgit v1.2.3