mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-27 17:52:58 +02:00
giomodule.c: Include Some Forgotten Headers
The headers are used for G_TYPE_INITABLE and G_NETWORK_MONITOR_EXTENSION_POINT_NAME, which led to undefined variables if not included...
This commit is contained in:
committed by
Ryan Lortie
parent
f90709ea39
commit
a3bfeef2d3
@@ -35,6 +35,8 @@
|
||||
#include "gtlsbackend.h"
|
||||
#include "gvfs.h"
|
||||
#include "gnotificationbackend.h"
|
||||
#include "ginitable.h"
|
||||
#include "gnetworkmonitor.h"
|
||||
#ifdef G_OS_WIN32
|
||||
#include "gregistrysettingsbackend.h"
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user