From ff7f32f643e961a116ee1a6e333752a64a8f617e Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Mon, 27 Mar 2017 14:46:06 -0400 Subject: [PATCH] gdbusprivate: Include a few headers to fix win32 build Followup to previous commit. See: https://bugzilla.gnome.org/show_bug.cgi?id=674885 --- gio/gdbusprivate.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gio/gdbusprivate.c b/gio/gdbusprivate.c index eeb12d90d..a06802969 100644 --- a/gio/gdbusprivate.c +++ b/gio/gdbusprivate.c @@ -27,6 +27,8 @@ #include "gsocket.h" #include "gdbusprivate.h" #include "gdbusmessage.h" +#include "gdbusconnection.h" +#include "gdbusproxy.h" #include "gdbuserror.h" #include "gdbusintrospection.h" #include "gtask.h"