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:
Chun-wei Fan 2015-04-07 15:02:22 +08:00
parent 7e8d4145af
commit 7b8f517503

View File

@ -35,6 +35,7 @@
#include "gtask.h"
#include "gcancellable.h"
#include "gdbusinterface.h"
#include "gasyncresult.h"
#ifdef G_OS_UNIX
#include "gunixfdlist.h"