From: Yu Watanabe Date: Wed, 20 Sep 2023 04:06:16 +0000 (+0900) Subject: sd-device: include missing alloc-util.h X-Git-Tag: v255-rc1~474 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d08ff4506c2989abc0afb9f7d0912d35a8d23da2;p=thirdparty%2Fsystemd.git sd-device: include missing alloc-util.h unref_and_replace_full() is defined in alloc-util.h. --- 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"