mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-11 11:44:03 +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 "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"
|
||||||
|
Reference in New Issue
Block a user