From 6bd9b777f28db4d1c7927f7bb3dced339b0decb5 Mon Sep 17 00:00:00 2001 From: Gediminas Jakutis Date: Fri, 14 Feb 2020 14:17:26 +0200 Subject: add first bits of the I/O wrapper. Signed-off-by: Gediminas Jakutis --- meson.build | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meson.build') diff --git a/meson.build b/meson.build index 4419e05..40abe08 100644 --- a/meson.build +++ b/meson.build @@ -4,6 +4,8 @@ project('usurpation', 'c', progname = 'alg' +add_project_arguments('-D', '_GNU_SOURCE', language : 'c') + subdir('src') executable(progname, sources, install : true) -- cgit v1.2.3