mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-15 14:43:34 +02:00
gdbus: Add a missing include
This fixes the build on non-unix platforms, such as win32 where gunixfdlist.h is not included.
This commit is contained in:
@ -29,6 +29,7 @@
|
||||
#include "gdbusintrospection.h"
|
||||
#include "gdbuserror.h"
|
||||
#include "gdbusprivate.h"
|
||||
#include "gioerror.h"
|
||||
|
||||
#ifdef G_OS_UNIX
|
||||
#include "gunixfdlist.h"
|
||||
|
Reference in New Issue
Block a user