From 49107121ab03be766f3f930333cc4b362d40c7ea Mon Sep 17 00:00:00 2001 From: Matthew Millar Date: Mon, 11 Jan 2016 12:44:17 +0100 Subject: [PATCH] build: fix missing include for "nm-dns-manager.c" When compiling with ./configure \ --without-libsoup \ --disable-concheck \ --with-resolvconf=/xx/yy/resolvconf we must explicitly include . https://bugzilla.gnome.org/show_bug.cgi?id=760447 [thaller@redhat.com: original patch modified to always include gio.h] --- src/dns-manager/nm-dns-manager.c | 1 + 1 file changed, 1 insertion(+) 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 #include +#include #include "nm-utils.h" #include "nm-dns-manager.h"