From 0f76e46e79748277a22303dae82dcb91c551863e Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Thu, 10 Nov 2022 15:33:52 -0500 Subject: xregex: Fix build without Oniguruma --- src/xregex.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/xregex.c b/src/xregex.c index 3e14280..6f0e5a1 100644 --- a/src/xregex.c +++ b/src/xregex.c @@ -15,6 +15,7 @@ ****************************************************************************/ #include "xregex.h" +#include "config.h" #include #include #include -- cgit v1.2.3