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"