restored _GNU_SOURCE for getline in FreeBSD

This commit is contained in:
vysheng 2014-01-13 16:58:14 +03:00
parent 19851f9ef2
commit e209e35f11

1
loop.c
View File

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