mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-12 15:36:17 +01:00
gio/gdbusproxy.c: Include gasyncresult.h
Commit f10b655
removed the inclusion of gasyncresult.h from gdbusproxy.c,
but gdbusproxy.c uses g_async_result_get_source_object(), which caused a
build warning/error. Fix that.
This commit is contained in:
parent
7e8d4145af
commit
7b8f517503
@ -35,6 +35,7 @@
|
||||
#include "gtask.h"
|
||||
#include "gcancellable.h"
|
||||
#include "gdbusinterface.h"
|
||||
#include "gasyncresult.h"
|
||||
|
||||
#ifdef G_OS_UNIX
|
||||
#include "gunixfdlist.h"
|
||||
|
Loading…
Reference in New Issue
Block a user