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

This fixes use of `glib-unix.h` from outside the GLib build path.

Signed-off-by: Philip Withnall <pwithnall@endlessos.org>

See: https://gitlab.gnome.org/GNOME/glib/-/merge_requests/3457#note_1864368
This commit is contained in:
Philip Withnall 2023-10-09 22:18:18 +01:00
parent 9b51346237
commit 2191b5aa05

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"