From 2642c420f4f491888f7341f955959e21921f1ea1 Mon Sep 17 00:00:00 2001 From: Snaipe Date: Fri, 11 Sep 2015 02:38:10 +0200 Subject: [PATCH] Added missing header to posix-compat.c --- src/posix-compat.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/posix-compat.c b/src/posix-compat.c index f809a1d..85ff1ce 100644 --- a/src/posix-compat.c +++ b/src/posix-compat.c @@ -25,6 +25,7 @@ #include "posix-compat.h" #include "process.h" #include "criterion/assert.h" +#include "criterion/redirect.h" #ifdef VANILLA_WIN32 # define VC_EXTRALEAN