diff --git a/src/NetworkManagerUtils.c b/src/NetworkManagerUtils.c index 19896696bb..c8bf226659 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 804be3590a..363c87f870 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 459d531a97..f936235c78 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 9e376e5035..c3ae25f7ec 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 ef5537d897..601066b785 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 1aa72a4dba..ae25cf8156 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 13e25affbd..0ec372ff89 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 469652c55f..90513d4579 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 bd90668203..9ed03f69b9 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