gio/gdbusprivate.c: Include missed headers

This ensures the needed GTYPE_*'s can be found during the build
This commit is contained in:
Chun-wei Fan 2017-05-27 00:21:39 +08:00
parent b5e8e4eea9
commit 7f41633efd

View File

@ -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"