From ab617c2d51a7b6dd2ebf8abe02fd2be1ed4a98c1 Mon Sep 17 00:00:00 2001 From: root Date: Sat, 27 Dec 2014 17:15:24 -0600 Subject: [PATCH] fix up files in utils directory to support getline on old systems --- utils/strings.c | 1 + 1 file changed, 1 insertion(+) diff --git a/utils/strings.c b/utils/strings.c index 035a58f..aa074c1 100644 --- a/utils/strings.c +++ b/utils/strings.c @@ -18,6 +18,7 @@ */ #define _POSIX_C_SOURCE 200809L // for getline +#define _GNU_SOURCE // for getline on old systems #include #include