Define _GNU_SOURCE for getline(3)
This commit is contained in:
parent
bb53f75e2b
commit
cacf0582bc
1 changed files with 1 additions and 1 deletions
2
loop.c
2
loop.c
|
@ -18,9 +18,9 @@
|
|||
*/
|
||||
#define READLINE_CALLBACKS
|
||||
#include "config.h"
|
||||
#define _GNU_SOURCE
|
||||
|
||||
#include <assert.h>
|
||||
#define _WITH_GETLINE
|
||||
#include <stdio.h>
|
||||
|
||||
#include <stdlib.h>
|
||||
|
|
Loading…
Add table
Reference in a new issue