From c0416078cb2ef3b670445b43bdfebeced28de108 Mon Sep 17 00:00:00 2001 From: Robby Zambito Date: Sun, 21 Nov 2021 15:58:10 -0500 Subject: Added _GNU_SOURCE to every file We are not aiming for high portability with this program. Anywhere that Guile is available, we should be able to access _GNU_SOURCE extensions. --- cmd/main.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cmd') diff --git a/cmd/main.c b/cmd/main.c index 51a4e62..abb433f 100644 --- a/cmd/main.c +++ b/cmd/main.c @@ -16,6 +16,8 @@ * along with this program. If not, see . */ +#define _GNU_SOURCE + #include #include #include -- cgit v1.2.3