From c62639d5727c10692dbe267b802f69744db6a2db Mon Sep 17 00:00:00 2001 From: Yegor Yefremov Date: Wed, 11 Jun 2014 12:04:58 +0200 Subject: [PATCH] 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 Signed-off-by: Thomas Haller --- src/nm-dispatcher.c | 1 + 1 file changed, 1 insertion(+) 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 +#include #include #include "nm-dispatcher.h"