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 c62639d572)
This commit is contained in:
Yegor Yefremov 2014-06-11 12:04:58 +02:00 committed by Thomas Haller
parent a60956f29d
commit e29937456a

View file

@ -20,6 +20,7 @@
*/
#include <glib.h>
#include <gio/gio.h>
#include <string.h>
#include "nm-dispatcher.h"