From c41e0e1d9a4a9a4533bc6f370e5eebe1d6b9752c Mon Sep 17 00:00:00 2001 From: Michael Cronenworth Date: Fri, 12 Sep 2014 20:48:39 -0500 Subject: common: Move unistd include to define getopt and friends Needed to fix MinGW builds. Signed-off-by: Michael Cronenworth --- common/test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/test.c b/common/test.c index c619b7d..289b35b 100644 --- a/common/test.c +++ b/common/test.c @@ -49,11 +49,11 @@ #include #include #include +#include #ifdef OS_UNIX #include #include -#include #endif enum { -- cgit v1.1