From d08ff4506c2989abc0afb9f7d0912d35a8d23da2 Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Wed, 20 Sep 2023 13:06:16 +0900 Subject: [PATCH] sd-device: include missing alloc-util.h unref_and_replace_full() is defined in alloc-util.h. --- src/libsystemd/sd-device/device-util.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/libsystemd/sd-device/device-util.h b/src/libsystemd/sd-device/device-util.h index ceb37496ddb..bf86ddcbe36 100644 --- a/src/libsystemd/sd-device/device-util.h +++ b/src/libsystemd/sd-device/device-util.h @@ -7,6 +7,7 @@ #include "sd-device.h" +#include "alloc-util.h" #include "log.h" #include "macro.h" -- 2.47.3