From f6060c25104b3da8854671030a30b65876ce2404 Mon Sep 17 00:00:00 2001 From: WormHeamer Date: Sat, 30 Aug 2025 22:08:27 -0400 Subject: add stdarg.h dep to strio.h --- strio.h | 1 + 1 file changed, 1 insertion(+) diff --git a/strio.h b/strio.h index ab4d2bc..a99f8c3 100644 --- a/strio.h +++ b/strio.h @@ -3,6 +3,7 @@ #include "str.h" #include "arena.h" +#include int read_all(FILE *f, Str *buf, Arena *a); int next_line(Str *src, Str *line); -- cgit v1.2.3