mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-27 23:20:12 +01:00
build: fix missing <gio/gio.h> include for "nm-dns-manager.c"
When compiling with
./configure \
--without-libsoup \
--disable-concheck \
--with-resolvconf=/xx/yy/resolvconf
we must explicitly include <gio/gio.h>.
https://bugzilla.gnome.org/show_bug.cgi?id=760447
[thaller@redhat.com: original patch modified to always include gio.h]
This commit is contained in:
parent
288eb02280
commit
49107121ab
1 changed files with 1 additions and 0 deletions
|
|
@ -36,6 +36,7 @@
|
|||
|
||||
#include <glib.h>
|
||||
#include <glib/gi18n.h>
|
||||
#include <gio/gio.h>
|
||||
|
||||
#include "nm-utils.h"
|
||||
#include "nm-dns-manager.h"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue