gio/gdbusproxy.c: Include gasyncresult.h
authorChun-wei Fan <fanchunwei@src.gnome.org>
Tue, 7 Apr 2015 07:02:22 +0000 (15:02 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Tue, 7 Apr 2015 07:02:22 +0000 (15:02 +0800)
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.

gio/gdbusproxy.c

index ecba6268f0d1e16724cc1a89ace6dc9ecfb7dfe4..120e0ab512170158d2f19e53087fdb27e4f77a57 100644 (file)
@@ -35,6 +35,7 @@
 #include "gtask.h"
 #include "gcancellable.h"
 #include "gdbusinterface.h"
+#include "gasyncresult.h"
 
 #ifdef G_OS_UNIX
 #include "gunixfdlist.h"