From a9232f584c70996ebdef6f152c0ce6bf1a74c5ba Mon Sep 17 00:00:00 2001 From: Snaipe Date: Wed, 16 Sep 2015 23:29:28 +0200 Subject: [PATCH] Added missing headers in windows build --- src/compat/mockfile.c | 1 + src/compat/process.c | 1 + src/log/normal.c | 2 +- src/log/tap.c | 2 +- 4 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/compat/mockfile.c b/src/compat/mockfile.c index eee85d6..8687767 100644 --- a/src/compat/mockfile.c +++ b/src/compat/mockfile.c @@ -28,6 +28,7 @@ #include #include #include "internal.h" +#include "criterion/redirect.h" #if defined(BSD) || defined(__unix__) diff --git a/src/compat/process.c b/src/compat/process.c index fd03d3b..5204e3e 100644 --- a/src/compat/process.c +++ b/src/compat/process.c @@ -22,6 +22,7 @@ * THE SOFTWARE. */ #include +#include "core/worker.h" #include "process.h" #include "internal.h" #include "pipe-internal.h" diff --git a/src/log/normal.c b/src/log/normal.c index 9221280..834c182 100644 --- a/src/log/normal.c +++ b/src/log/normal.c @@ -30,7 +30,7 @@ #include "criterion/logging.h" #include "criterion/options.h" #include "criterion/ordered-set.h" -#include "compat/basename.h" +#include "compat/posix.h" #include "compat/time.h" #include "string/i18n.h" #include "config.h" diff --git a/src/log/tap.c b/src/log/tap.c index d12277e..4615f70 100644 --- a/src/log/tap.c +++ b/src/log/tap.c @@ -29,7 +29,7 @@ #include "criterion/logging.h" #include "criterion/options.h" #include "criterion/ordered-set.h" -#include "compat/basename.h" +#include "compat/posix.h" #include "compat/time.h" #include "config.h" #include "common.h"