From: Matteo Croce Date: Thu, 16 Oct 2025 18:47:40 +0000 (+0200) Subject: core: fix build error due to merge conflict in varlink-execute.h X-Git-Tag: v259-rc1~303 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e1e16b4763cc9c6fc5a435259ab16e7ef0d2c9e8;p=thirdparty%2Fsystemd.git 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 --- 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);