summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYegor Yefremov <yegorslists@googlemail.com>2014-06-11 12:04:58 +0200
committerThomas Haller <thaller@redhat.com>2014-06-11 18:53:13 +0200
commitc62639d5727c10692dbe267b802f69744db6a2db (patch)
tree2d2239ddfa901498c1456f31362a29e590f0a81b
parent9ee3ac20b0194834beca276ab37674db27074acb (diff)
downloadNetworkManager-c62639d5727c10692dbe267b802f69744db6a2db.tar.gz
nm-dispatcher: explicitly include gio/gio.h
Without this header Buildroot's build complains about unknown types like GFile etc. Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Thomas Haller <thaller@redhat.com>
-rw-r--r--src/nm-dispatcher.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nm-dispatcher.c b/src/nm-dispatcher.c
index 7a0c8de178..336b91f7ed 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"