meson: fix doubled # before include

Follow-up for b5337d1d52.
This commit is contained in:
Yu Watanabe
2025-06-09 11:22:05 +09:00
committed by Luca Boccassi
parent f245fa0058
commit 6c12289fc8

View File

@@ -580,7 +580,7 @@ assert(long_max > 100000)
conf.set_quoted('LONG_MAX_STR', '@0@'.format(long_max))
foreach ident : [
['struct dirent64', '''##include <dirent.h>'''], # for musl, but only for compile time check, see dirent-util.h
['struct dirent64', '''#include <dirent.h>'''], # for musl, but only for compile time check, see dirent-util.h
['struct sched_attr', '''#include <sched.h>'''], # since glibc-2.41
]
# We get -1 if the size cannot be determined