From ac3044b86ef81ed73c6b8cb98967c9d036d2dead Mon Sep 17 00:00:00 2001 From: Snaipe Date: Tue, 4 Aug 2015 16:25:35 +0200 Subject: [PATCH] Added missing config.h to runner.c, fixed --pattern not working --- src/runner.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/runner.c b/src/runner.c index 6891515..a35a57c 100644 --- a/src/runner.c +++ b/src/runner.c @@ -36,6 +36,7 @@ #include "timer.h" #include "posix-compat.h" #include "abort.h" +#include "config.h" #ifdef HAVE_PCRE #include "extmatch.h"