diff options
author | Yegor Yefremov <yegorslists@googlemail.com> | 2014-06-11 12:04:58 +0200 |
---|---|---|
committer | Thomas Haller <thaller@redhat.com> | 2014-06-11 18:54:36 +0200 |
commit | e29937456a1926000346972e50e211773c8a105b (patch) | |
tree | 3d524b22136391e4a1d5062169318292bec05158 | |
parent | a60956f29d19be1d5703f99d1113438b850a52b8 (diff) |
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>
(cherry picked from commit c62639d5727c10692dbe267b802f69744db6a2db)
-rw-r--r-- | 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 7a0c8de17..336b91f7e 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" |