]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
meson: fix doubled # before include
authorYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 9 Jun 2025 02:22:05 +0000 (11:22 +0900)
committerLuca Boccassi <luca.boccassi@gmail.com>
Mon, 9 Jun 2025 09:20:54 +0000 (10:20 +0100)
Follow-up for b5337d1d524545e9938391e871f39cccc1d1fc14.

meson.build

index 7f0ebab2e4b7266d8fd13bc41a65c5f257a5d8c1..71a94a7fbaa61514442aecf552cb421a4f9e4d68 100644 (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