diff --git a/src/NetworkManagerUtils.c b/src/NetworkManagerUtils.c index 19896696b..c8bf22665 100644 --- a/src/NetworkManagerUtils.c +++ b/src/NetworkManagerUtils.c @@ -22,6 +22,7 @@ #include "config.h" #include +#include #include #include #include diff --git a/src/dhcp-manager/nm-dhcp-systemd.c b/src/dhcp-manager/nm-dhcp-systemd.c index 804be3590..363c87f87 100644 --- a/src/dhcp-manager/nm-dhcp-systemd.c +++ b/src/dhcp-manager/nm-dhcp-systemd.c @@ -36,6 +36,7 @@ #include "nm-logging.h" #include "nm-dhcp-utils.h" #include "NetworkManagerUtils.h" +#include "gsystem-local-alloc.h" #include "nm-sd-adapt.h" diff --git a/src/nm-manager.c b/src/nm-manager.c index 459d531a9..f936235c7 100644 --- a/src/nm-manager.c +++ b/src/nm-manager.c @@ -33,6 +33,7 @@ #include #include +#include "gsystem-local-alloc.h" #include "nm-glib-compat.h" #include "nm-manager.h" #include "nm-logging.h" diff --git a/src/platform/nm-fake-platform.c b/src/platform/nm-fake-platform.c index 9e376e503..c3ae25f7e 100644 --- a/src/platform/nm-fake-platform.c +++ b/src/platform/nm-fake-platform.c @@ -23,6 +23,7 @@ #include #include +#include "gsystem-local-alloc.h" #include "NetworkManagerUtils.h" #include "nm-fake-platform.h" #include "nm-logging.h" diff --git a/src/platform/nm-linux-platform.c b/src/platform/nm-linux-platform.c index ef5537d89..601066b78 100644 --- a/src/platform/nm-linux-platform.c +++ b/src/platform/nm-linux-platform.c @@ -54,6 +54,7 @@ #endif #endif +#include "gsystem-local-alloc.h" #include "NetworkManagerUtils.h" #include "nm-linux-platform.h" #include "NetworkManagerUtils.h" diff --git a/src/platform/nm-platform.c b/src/platform/nm-platform.c index 1aa72a4db..ae25cf815 100644 --- a/src/platform/nm-platform.c +++ b/src/platform/nm-platform.c @@ -26,6 +26,7 @@ #include #include +#include "gsystem-local-alloc.h" #include "NetworkManagerUtils.h" #include "nm-utils.h" #include "nm-platform.h" diff --git a/src/platform/nm-platform.h b/src/platform/nm-platform.h index 13e25affb..0ec372ff8 100644 --- a/src/platform/nm-platform.h +++ b/src/platform/nm-platform.h @@ -28,7 +28,6 @@ #include #include -#include "gsystem-local-alloc.h" #include "nm-types.h" #define NM_TYPE_PLATFORM (nm_platform_get_type ()) diff --git a/src/platform/tests/platform.c b/src/platform/tests/platform.c index 469652c55..90513d457 100644 --- a/src/platform/tests/platform.c +++ b/src/platform/tests/platform.c @@ -24,6 +24,7 @@ #include #include +#include "gsystem-local-alloc.h" #include "nm-platform.h" #include "nm-linux-platform.h" #include "nm-fake-platform.h" diff --git a/src/settings/nm-settings.c b/src/settings/nm-settings.c index bd9066820..9ed03f69b 100644 --- a/src/settings/nm-settings.c +++ b/src/settings/nm-settings.c @@ -34,6 +34,7 @@ #include #include +#include "gsystem-local-alloc.h" #include #include #include