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 --- util.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'util.h') diff --git a/util.h b/util.h index 893651e..c0551a2 100644 --- a/util.h +++ b/util.h @@ -20,7 +20,8 @@ #ifndef BFS_UTIL_H #define BFS_UTIL_H -#include "regexp.h" + +#include "regex.h" #include #include #include -- cgit v1.2.3