summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChun-wei Fan <fanchunwei@src.gnome.org>2017-05-27 00:21:39 +0800
committerChun-wei Fan <fanchunwei@src.gnome.org>2017-05-27 00:23:54 +0800
commit7f41633efd86b7e9959c2bb7f2d33873944c0ec5 (patch)
treec82bd87f6fafaa44b91246c31ef9fb9232dfcbfd
parentb5e8e4eea95aa429897ecb8a931d8985edb8b4c2 (diff)
downloadglib-7f41633efd86b7e9959c2bb7f2d33873944c0ec5.tar.gz
gio/gdbusprivate.c: Include missed headers
This ensures the needed GTYPE_*'s can be found during the build
-rw-r--r--gio/gdbusprivate.c3
1 files changed, 3 insertions, 0 deletions
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 <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"