diff --git a/src/systemd/meson.build b/src/systemd/meson.build index 8ff79648ca..b1f4d4e00b 100644 --- a/src/systemd/meson.build +++ b/src/systemd/meson.build @@ -63,7 +63,7 @@ opts = [['c'], ['c', '-std=iso9899:2011']] foreach opt : ['-std=iso9899:2017', - '-std=c2x', + '-std=c23', ] if cc.has_argument(opt) opts += [['c', opt]]