dns-manager: fix missing include

dns-manager must include <gio/gio.h> itself. Otherwise
compilation only works with WITH_LIBSOUP, which includes
<gio/gio.h> via <libsoup/soup.h>.

This is an old error, but unnoticed until ad6dbc504b
which makes use of gio.h also without NETCONFIG_PATH.
This commit is contained in:
Thomas Haller 2015-05-04 11:36:11 +02:00
parent ad6dbc504b
commit a8c158dbec

View file

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