mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-26 15:36:14 +01:00
gio/gdbusprivate.c: Include missed headers
This ensures the needed GTYPE_*'s can be found during the build
This commit is contained in:
parent
b5e8e4eea9
commit
7f41633efd
@ -24,7 +24,9 @@
|
|||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
#include "giotypes.h"
|
#include "giotypes.h"
|
||||||
|
#include "gioenumtypes.h"
|
||||||
#include "gsocket.h"
|
#include "gsocket.h"
|
||||||
|
#include "gdbusauthobserver.h"
|
||||||
#include "gdbusprivate.h"
|
#include "gdbusprivate.h"
|
||||||
#include "gdbusmessage.h"
|
#include "gdbusmessage.h"
|
||||||
#include "gdbusconnection.h"
|
#include "gdbusconnection.h"
|
||||||
@ -36,6 +38,7 @@
|
|||||||
#include "gmemoryinputstream.h"
|
#include "gmemoryinputstream.h"
|
||||||
#include "giostream.h"
|
#include "giostream.h"
|
||||||
#include "glib/gstdio.h"
|
#include "glib/gstdio.h"
|
||||||
|
#include "gsocketaddress.h"
|
||||||
#include "gsocketcontrolmessage.h"
|
#include "gsocketcontrolmessage.h"
|
||||||
#include "gsocketconnection.h"
|
#include "gsocketconnection.h"
|
||||||
#include "gsocketoutputstream.h"
|
#include "gsocketoutputstream.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user