[glib/wip/mount-watcher] giomodule.c: Include Some Forgotten Headers
- From: Chun-wei Fan <fanchunwei src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib/wip/mount-watcher] giomodule.c: Include Some Forgotten Headers
- Date: Thu, 15 Jan 2015 08:19:06 +0000 (UTC)
commit b0270b3f25cf16947c34a9eae7062d20a1434bf3
Author: Chun-wei Fan <fanchunwei src gnome org>
Date: Thu Jan 15 16:18:58 2015 +0800
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...
gio/giomodule.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/gio/giomodule.c b/gio/giomodule.c
index 7389658..8ceebd2 100644
--- a/gio/giomodule.c
+++ b/gio/giomodule.c
@@ -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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]