From d9007cf783661c34673d9f48a7ccfb176e4cb532 Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Wed, 27 Mar 2019 22:29:29 -0400 Subject: Add feature test macro for GNU in dump --- dump.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dump.c b/dump.c index 474af92..63ebba3 100644 --- a/dump.c +++ b/dump.c @@ -14,6 +14,8 @@ * along with this program. If not, see . */ +#define _POSIX_C_SOURCE 2 + #include #include #include -- cgit 1.4.1