Merge branch 'stdio-include' into 'main'

glib-unix: Use full path to gstdio.h include

See merge request GNOME/glib!3628
This commit is contained in:
Philip Withnall 2023-10-09 22:34:57 +00:00
commit 8da3a5bb3e

View File

@ -34,7 +34,7 @@
#include <fcntl.h>
#include <glib.h>
#include <gstdio.h>
#include <glib/gstdio.h>
#ifndef G_OS_UNIX
#error "This header may only be used on UNIX"