Added missing config.h to runner.c, fixed --pattern not working

This commit is contained in:
Snaipe 2015-08-04 16:25:35 +02:00
parent 0e59711eca
commit ac3044b86e

View file

@ -36,6 +36,7 @@
#include "timer.h"
#include "posix-compat.h"
#include "abort.h"
#include "config.h"
#ifdef HAVE_PCRE
#include "extmatch.h"