From 54ae271dfc5f8405233ed320b2e9bd821ee8210f Mon Sep 17 00:00:00 2001 From: gramanas Date: Fri, 16 Nov 2018 14:43:19 +0200 Subject: Code restructure/simplification, restore regression test --- src/clparser.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/clparser.c') diff --git a/src/clparser.c b/src/clparser.c index 6dbd62a..ba73db0 100644 --- a/src/clparser.c +++ b/src/clparser.c @@ -13,7 +13,7 @@ #include "confparser.h" #include "ckinfo.h" #include "ckerrlog.h" -#include "actionhelper.h" +#include "actions.h" ERRLOG(parser); -- cgit v1.2.3