fix(iobackend): define POSIX_C_SOURCE for getline
This commit is contained in:
parent
78967f3ef6
commit
4a8c13f9cc
1 changed files with 2 additions and 0 deletions
|
|
@ -1,3 +1,5 @@
|
|||
#define _POSIX_C_SOURCE 200809L
|
||||
|
||||
#include "io_backend.h"
|
||||
|
||||
#include <stdio.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue