diff options
Diffstat (limited to 'strio.h')
-rw-r--r-- | strio.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3,6 +3,7 @@ #include "str.h" #include "arena.h" +#include <stdarg.h> int read_all(FILE *f, Str *buf, Arena *a); int next_line(Str *src, Str *line); |