From 171ee405f9e4a390fb760b72daa9ff8015c89e2a Mon Sep 17 00:00:00 2001 From: Lizzy Fleckenstein Date: Sun, 12 Apr 2026 21:23:36 +0200 Subject: fix standard compliance issues --- meson.build | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meson.build') diff --git a/meson.build b/meson.build index db0abc7..277e822 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,7 @@ project('animtool', 'c', default_options: ['warning_level=2', 'c_std=c23']) +add_project_arguments(['-D_XOPEN_SOURCE=800', '-D_POSIX_C_SOURCE=202405L'], language: 'c') + cc = meson.get_compiler('c') opengl = dependency('opengl') -- cgit v1.2.3