diff --git a/test/cairo-test-runner.c b/test/cairo-test-runner.c index f9e7d4712..b1f77b358 100644 --- a/test/cairo-test-runner.c +++ b/test/cairo-test-runner.c @@ -36,10 +36,10 @@ #include /* for version information */ #define SHOULD_FORK HAVE_FORK && HAVE_WAITPID -#if SHOULD_FORK #if HAVE_UNISTD_H #include #endif +#if SHOULD_FORK #if HAVE_SIGNAL_H #include #endif