[PATCH] nm-dispatcher: explicitly add gio/gio.h
- From: yegorslists googlemail com
- To: networkmanager-list gnome org
- Subject: [PATCH] nm-dispatcher: explicitly add gio/gio.h
- Date: Wed, 11 Jun 2014 12:04:58 +0200
From: Yegor Yefremov <yegorslists googlemail com>
Without this header Buildroot's build complains about unknown
types like GFile etc.
Signed-off-by: Yegor Yefremov <yegorslists googlemail com>
---
src/nm-dispatcher.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/nm-dispatcher.c b/src/nm-dispatcher.c
index 7a0c8de..336b91f 100644
--- a/src/nm-dispatcher.c
+++ b/src/nm-dispatcher.c
@@ -20,6 +20,7 @@
*/
#include <glib.h>
+#include <gio/gio.h>
#include <string.h>
#include "nm-dispatcher.h"
--
1.7.7
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]