1
0
mirror of https://github.com/systemd/systemd synced 2025-10-06 00:13:24 +02:00

shared: add missing alloc-util.h include

Needed for _cleanup_free_
This commit is contained in:
Xarblu
2025-09-26 21:40:50 +02:00
committed by Luca Boccassi
parent 4f4641799e
commit a3ad821b4c

View File

@@ -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"