diff options
Diffstat (limited to 'strio.h')
| -rw-r--r-- | strio.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,6 +4,7 @@ #include "str.h" #include "arena.h" #include <stdarg.h> +#include <stdio.h> int read_all(FILE *f, Str *buf, Arena *a); int next_line(Str *src, Str *line); @@ -24,7 +25,6 @@ const char *cstr_fmt(Arena *arena, const char *fmt, ...); #ifdef STRIO_IMPL -#include <stdio.h> #include <stdint.h> #include <stdarg.h> |
