diff options
Diffstat (limited to 'meson.build')
| -rw-r--r-- | meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build index 073c348..dc8284b 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,5 @@ project('l2su', 'c') +add_global_arguments('-D_POSIX_C_SOURCE=200809L', language : 'c') curl_dep = dependency('libcurl') jansson_dep = dependency('jansson') |
