From: Yu Watanabe Date: Mon, 9 Jun 2025 02:22:05 +0000 (+0900) Subject: meson: fix doubled # before include X-Git-Tag: v258-rc1~355 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6c12289fc8171a09aa687f187d434171fb435dc1;p=thirdparty%2Fsystemd.git meson: fix doubled # before include Follow-up for b5337d1d524545e9938391e871f39cccc1d1fc14. --- diff --git a/meson.build b/meson.build index 7f0ebab2e4b..71a94a7fbaa 100644 --- a/meson.build +++ b/meson.build @@ -580,7 +580,7 @@ assert(long_max > 100000) conf.set_quoted('LONG_MAX_STR', '@0@'.format(long_max)) foreach ident : [ - ['struct dirent64', '''##include '''], # for musl, but only for compile time check, see dirent-util.h + ['struct dirent64', '''#include '''], # for musl, but only for compile time check, see dirent-util.h ['struct sched_attr', '''#include '''], # since glibc-2.41 ] # We get -1 if the size cannot be determined