restored _GNU_SOURCE for getline in FreeBSD
This commit is contained in:
parent
d2fe51d0ef
commit
f06c96fa73
1 changed files with 1 additions and 0 deletions
1
loop.c
1
loop.c
|
@ -21,6 +21,7 @@
|
|||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#define _GNU_SOURCE
|
||||
#define READLINE_CALLBACKS
|
||||
|
||||
#include <assert.h>
|
||||
|
|
Loading…
Add table
Reference in a new issue