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 --- parse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'parse.c') diff --git a/parse.c b/parse.c index 2bf5992..acab8d5 100644 --- a/parse.c +++ b/parse.c @@ -41,7 +41,7 @@ #include "time.h" #include "typo.h" #include "util.h" -#include "regexp.h" +#include "regex.h" #include #include #include -- cgit v1.2.3