summaryrefslogtreecommitdiff
path: root/src/stdio/__string_read.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stdio/__string_read.c')
-rw-r--r--src/stdio/__string_read.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/stdio/__string_read.c b/src/stdio/__string_read.c
index de002fc1..7b50a7e1 100644
--- a/src/stdio/__string_read.c
+++ b/src/stdio/__string_read.c
@@ -1,4 +1,5 @@
#include "stdio_impl.h"
+#include <string.h>
size_t __string_read(FILE *f, unsigned char *buf, size_t len)
{