diff --git a/glib/tests/utils-isolated.c b/glib/tests/utils-isolated.c index 3c9d8bc4a..beb6e56ba 100644 --- a/glib/tests/utils-isolated.c +++ b/glib/tests/utils-isolated.c @@ -23,6 +23,10 @@ #include #include +#ifdef G_OS_UNIX +#include +#endif + /* Test that all of the well-known directories returned by GLib * are returned as children of test_tmpdir when running with * %G_TEST_OPTION_ISOLATE_DIRS. This ensures that tests should