From 2258322e0cf268669d0d8b3131f590b307b51919 Mon Sep 17 00:00:00 2001 From: Mikko Rasa Date: Tue, 12 Jul 2016 14:30:25 +0300 Subject: [PATCH] Request default POSIX features from system headers --- main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/main.c b/main.c index dbc1619..e22dbbe 100644 --- a/main.c +++ b/main.c @@ -4,6 +4,7 @@ Copyright © 2008-2016 Mikko Rasa, Mikkosoft Productions Distributed under the GPL */ +#define _DEFAULT_SOURCE #include #include #include -- 2.43.0