[glib] gio/gdbusprivate.c: Include missed headers



commit 7f41633efd86b7e9959c2bb7f2d33873944c0ec5
Author: Chun-wei Fan <fanchunwei src gnome org>
Date:   Sat May 27 00:21:39 2017 +0800

    gio/gdbusprivate.c: Include missed headers
    
    This ensures the needed GTYPE_*'s can be found during the build

 gio/gdbusprivate.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/gio/gdbusprivate.c b/gio/gdbusprivate.c
index d0bc233..c5e4ad0 100644
--- a/gio/gdbusprivate.c
+++ b/gio/gdbusprivate.c
@@ -24,7 +24,9 @@
 #include <string.h>
 
 #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"


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]