From a3ad821b4c6e8be673bf07c9741dacd4215e215c Mon Sep 17 00:00:00 2001 From: Xarblu Date: Fri, 26 Sep 2025 21:40:50 +0200 Subject: [PATCH] shared: add missing alloc-util.h include Needed for _cleanup_free_ --- src/shared/password-quality-util-passwdqc.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/shared/password-quality-util-passwdqc.c b/src/shared/password-quality-util-passwdqc.c index d74e0fb7f23..844068a4d64 100644 --- a/src/shared/password-quality-util-passwdqc.c +++ b/src/shared/password-quality-util-passwdqc.c @@ -1,5 +1,6 @@ /* SPDX-License-Identifier: LGPL-2.1-or-later */ +#include "alloc-util.h" #include "dlfcn-util.h" #include "errno-util.h" #include "log.h" -- 2.47.3