mirror of
https://gitlab.com/80486DX2-66/gists
synced 2025-05-31 08:31:41 +05:30
freadln.c: add missing inclusion of string.h
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user