mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01:00
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:
parent
9b51346237
commit
2191b5aa05
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user