mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-26 07:20:26 +01:00
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>
This commit is contained in:
parent
9ee3ac20b0
commit
c62639d572
1 changed files with 1 additions and 0 deletions
|
|
@ -20,6 +20,7 @@
|
|||
*/
|
||||
|
||||
#include <glib.h>
|
||||
#include <gio/gio.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "nm-dispatcher.h"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue