summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 7c44860a5..ecb745186 100644
--- a/meson.build
+++ b/meson.build
@@ -4,7 +4,7 @@ project('gdk-pixbuf', 'c',
default_options: [
'buildtype=debugoptimized',
'warning_level=1',
- 'c_std=c99',
+ 'c_std=gnu99',
],
meson_version: '>= 0.55.3')