diff options
author | WormHeamer | 2025-06-23 03:39:27 -0400 |
---|---|---|
committer | WormHeamer | 2025-06-23 03:39:27 -0400 |
commit | 6d41efa688679f336b48302f16a9e3ea69aac5b0 (patch) | |
tree | 558c4957fd13915317d2bbfd7072d8ef3bed45a6 /strio.h | |
parent | 83425585f75d7763e1126207f4481e68e006802c (diff) |
Diffstat (limited to 'strio.h')
-rw-r--r-- | strio.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/strio.h b/strio.h index 029f026..ab4d2bc 100644 --- a/strio.h +++ b/strio.h @@ -25,6 +25,7 @@ const char *cstr_fmt(Arena *arena, const char *fmt, ...); #include <stdio.h> #include <stdint.h> +#include <stdarg.h> static inline long read_all_file_size(FILE *f) { fseek(f, 0, SEEK_END); |