diff --git a/src/core/dnsmasq/nm-dnsmasq-utils.c b/src/core/dnsmasq/nm-dnsmasq-utils.c index 7f79987830..290534bfad 100644 --- a/src/core/dnsmasq/nm-dnsmasq-utils.c +++ b/src/core/dnsmasq/nm-dnsmasq-utils.c @@ -10,6 +10,7 @@ #include #include "libnm-platform/nm-platform.h" +#include "libnm-glib-aux/nm-shared-utils.h" #include "nm-utils.h" gboolean diff --git a/src/core/vpn/nm-vpn-connection.c b/src/core/vpn/nm-vpn-connection.c index bbb7355016..53fbe2de60 100644 --- a/src/core/vpn/nm-vpn-connection.c +++ b/src/core/vpn/nm-vpn-connection.c @@ -21,6 +21,7 @@ #include "dns/nm-dns-manager.h" #include "libnm-core-intern/nm-core-internal.h" #include "libnm-glib-aux/nm-dbus-aux.h" +#include "libnm-glib-aux/nm-shared-utils.h" #include "libnm-platform/nm-platform.h" #include "libnm-std-aux/unaligned.h" #include "nm-active-connection.h"