summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Millar <mattmill30@googlemail.com>2016-01-11 12:44:17 +0100
committerThomas Haller <thaller@redhat.com>2016-01-11 12:53:34 +0100
commit49107121ab03be766f3f930333cc4b362d40c7ea (patch)
treed86d3a5691f8fe54dbc7f3d6ec8c7f181894e050
parent288eb02280d2190d78864b8ed6a225b7008786bd (diff)
downloadNetworkManager-49107121ab03be766f3f930333cc4b362d40c7ea.tar.gz
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]
-rw-r--r--src/dns-manager/nm-dns-manager.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dns-manager/nm-dns-manager.c b/src/dns-manager/nm-dns-manager.c
index c4be7df2f3..3133e3e969 100644
--- a/src/dns-manager/nm-dns-manager.c
+++ b/src/dns-manager/nm-dns-manager.c
@@ -36,6 +36,7 @@
#include <glib.h>
#include <glib/gi18n.h>
+#include <gio/gio.h>
#include "nm-utils.h"
#include "nm-dns-manager.h"