From 7f41633efd86b7e9959c2bb7f2d33873944c0ec5 Mon Sep 17 00:00:00 2001 From: Chun-wei Fan Date: Sat, 27 May 2017 00:21:39 +0800 Subject: [PATCH] gio/gdbusprivate.c: Include missed headers This ensures the needed GTYPE_*'s can be found during the build --- gio/gdbusprivate.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gio/gdbusprivate.c b/gio/gdbusprivate.c index d0bc23328..c5e4ad052 100644 --- a/gio/gdbusprivate.c +++ b/gio/gdbusprivate.c @@ -24,7 +24,9 @@ #include #include "giotypes.h" +#include "gioenumtypes.h" #include "gsocket.h" +#include "gdbusauthobserver.h" #include "gdbusprivate.h" #include "gdbusmessage.h" #include "gdbusconnection.h" @@ -36,6 +38,7 @@ #include "gmemoryinputstream.h" #include "giostream.h" #include "glib/gstdio.h" +#include "gsocketaddress.h" #include "gsocketcontrolmessage.h" #include "gsocketconnection.h" #include "gsocketoutputstream.h"