From 0cd3ffa7e931c5ca335b9f1993d46dba3adc20f6 Mon Sep 17 00:00:00 2001 From: Beniamino Galvani Date: Wed, 27 Jul 2022 19:51:31 +0200 Subject: [PATCH] build: fix compilation Fixes: dbf29c54508e ('platform: fix build with musl libc') --- src/core/devices/bluetooth/nm-bluez5-dun.c | 1 + src/core/devices/nm-lldp-listener.c | 2 ++ 2 files changed, 3 insertions(+) diff --git a/src/core/devices/bluetooth/nm-bluez5-dun.c b/src/core/devices/bluetooth/nm-bluez5-dun.c index fdfeab2af..426bab0cd 100644 --- a/src/core/devices/bluetooth/nm-bluez5-dun.c +++ b/src/core/devices/bluetooth/nm-bluez5-dun.c @@ -9,6 +9,7 @@ #include #include #include +#include #include #include #include diff --git a/src/core/devices/nm-lldp-listener.c b/src/core/devices/nm-lldp-listener.c index 4cccb4a30..137bf8fbf 100644 --- a/src/core/devices/nm-lldp-listener.c +++ b/src/core/devices/nm-lldp-listener.c @@ -7,6 +7,8 @@ #include "nm-lldp-listener.h" +#include + #include "NetworkManagerUtils.h" #include "libnm-core-public/nm-errors.h" #include "libnm-glib-aux/nm-time-utils.h"