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:
Matthew Millar 2016-01-11 12:44:17 +01:00 committed by Thomas Haller
parent 288eb02280
commit 49107121ab

View file

@ -36,6 +36,7 @@
#include <glib.h>
#include <glib/gi18n.h>
#include <gio/gio.h>
#include "nm-utils.h"
#include "nm-dns-manager.h"