Added missing config.h to runner.c, fixed --pattern not working
This commit is contained in:
parent
0e59711eca
commit
ac3044b86e
1 changed files with 1 additions and 0 deletions
|
@ -36,6 +36,7 @@
|
|||
#include "timer.h"
|
||||
#include "posix-compat.h"
|
||||
#include "abort.h"
|
||||
#include "config.h"
|
||||
|
||||
#ifdef HAVE_PCRE
|
||||
#include "extmatch.h"
|
||||
|
|
Loading…
Add table
Reference in a new issue