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:
Chun-wei Fan
2015-01-15 16:18:58 +08:00
committed by Ryan Lortie
parent f90709ea39
commit a3bfeef2d3

View File

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