restored _GNU_SOURCE for getline in FreeBSD

This commit is contained in:
vysheng 2014-01-13 16:58:14 +03:00
parent d2fe51d0ef
commit f06c96fa73

1
loop.c
View file

@ -21,6 +21,7 @@
#include "config.h"
#endif
#define _GNU_SOURCE
#define READLINE_CALLBACKS
#include <assert.h>