From e1e16b4763cc9c6fc5a435259ab16e7ef0d2c9e8 Mon Sep 17 00:00:00 2001 From: Matteo Croce Date: Thu, 16 Oct 2025 20:47:40 +0200 Subject: [PATCH] core: fix build error due to merge conflict in varlink-execute.h During last refactor, an include wasn't changed and led to a build error. Follow-up for fdb2c0dd6f02f63f6d398ab6729aa59c023e57b6 --- src/core/varlink-execute.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/varlink-execute.h b/src/core/varlink-execute.h index 86b02855098..ba3fa7279e1 100644 --- a/src/core/varlink-execute.h +++ b/src/core/varlink-execute.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-2.1-or-later */ #pragma once -#include "forward.h" +#include "shared-forward.h" int unit_exec_context_build_json(sd_json_variant **ret, const char *name, void *userdata); -- 2.47.3