mirror of
https://gitlab.com/80486DX2-66/gists
synced 2025-04-14 00:19:05 +05:30
freadln.c: add missing inclusion of string.h
This commit is contained in:
parent
f8227e4ffb
commit
2bc49fc527
@ -86,6 +86,7 @@ int freadln(FILE* f, char** output, size_t* length_out) {
|
||||
# include <inttypes.h>
|
||||
# include <stdbool.h>
|
||||
# include <stdint.h>
|
||||
# include <string.h>
|
||||
|
||||
# if POSIX
|
||||
# include <unistd.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user