From f06c96fa73662d9c8324ae433b900f1c15bd96d0 Mon Sep 17 00:00:00 2001 From: vysheng Date: Mon, 13 Jan 2014 16:58:14 +0300 Subject: [PATCH] restored _GNU_SOURCE for getline in FreeBSD --- loop.c | 1 + 1 file changed, 1 insertion(+) diff --git a/loop.c b/loop.c index f23f0f3..3375756 100644 --- a/loop.c +++ b/loop.c @@ -21,6 +21,7 @@ #include "config.h" #endif +#define _GNU_SOURCE #define READLINE_CALLBACKS #include