mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-03 17:56:17 +01: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:
parent
a6ae52fa13
commit
02f9e84709
@ -29,6 +29,7 @@
|
|||||||
#include "gdbusintrospection.h"
|
#include "gdbusintrospection.h"
|
||||||
#include "gdbuserror.h"
|
#include "gdbuserror.h"
|
||||||
#include "gdbusprivate.h"
|
#include "gdbusprivate.h"
|
||||||
|
#include "gioerror.h"
|
||||||
|
|
||||||
#ifdef G_OS_UNIX
|
#ifdef G_OS_UNIX
|
||||||
#include "gunixfdlist.h"
|
#include "gunixfdlist.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user