diff --git a/meson.build b/meson.build index 68018046c081f..0bc04c59d8716 100644 --- a/meson.build +++ b/meson.build @@ -7,7 +7,7 @@ project( meson_version: '>=1.2.1', default_options: [ 'buildtype=release', - 'c_std=c99' + 'c_std=c11' ] )