Fixed missing import for windows compat in entry/main.c
This commit is contained in:
parent
c240b6ff2f
commit
1b3be6458f
1 changed files with 1 additions and 0 deletions
|
@ -29,6 +29,7 @@
|
|||
#include "criterion/criterion.h"
|
||||
#include "criterion/options.h"
|
||||
#include "criterion/ordered-set.h"
|
||||
#include "compat/posix.h"
|
||||
#include "compat/strtok.h"
|
||||
#include "core/runner.h"
|
||||
#include "io/output.h"
|
||||
|
|
Loading…
Add table
Reference in a new issue