From: Yu Watanabe Date: Tue, 13 May 2025 15:58:32 +0000 (+0900) Subject: meson: fix path to coverage.h X-Git-Tag: v258-rc1~618^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F37394%2Fhead;p=thirdparty%2Fsystemd.git meson: fix path to coverage.h Follow-up for 30d20907bddfe064cc3437a888dd8f00d14929e4. --- diff --git a/meson.build b/meson.build index ebe24c6290f..81e494ee044 100644 --- a/meson.build +++ b/meson.build @@ -1969,7 +1969,7 @@ endif ##################################################################### if get_option('b_coverage') - userspace_c_args += ['-include', 'src/basic/coverage.h'] + userspace_c_args += ['-include', 'coverage.h'] endif #####################################################################