mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-12 23:46:17 +01:00
Merge branch 'wip/pwithnall/macos-symlink' into 'main'
tests: Fix compilation failure on macOS due to missing include See merge request GNOME/glib!4094
This commit is contained in:
commit
2032d150b0
@ -23,6 +23,10 @@
|
||||
#include <glib/glib.h>
|
||||
#include <glib/gstdio.h>
|
||||
|
||||
#ifdef G_OS_UNIX
|
||||
#include <unistd.h>
|
||||
#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
|
||||
|
Loading…
Reference in New Issue
Block a user