mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-06-19 11:18:28 +02:00
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:
parent
ad6dbc504b
commit
a8c158dbec
1 changed files with 1 additions and 0 deletions
|
|
@ -36,6 +36,7 @@
|
|||
#include <linux/fs.h>
|
||||
|
||||
#include <glib.h>
|
||||
#include <gio/gio.h>
|
||||
#include <glib/gi18n.h>
|
||||
|
||||
#include "nm-utils.h"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue