From b950d12b216f7a7b6b3b63e307a434f010305324 Mon Sep 17 00:00:00 2001 From: mrb0nk500 Date: Sat, 26 Jun 2021 14:19:35 -0400 Subject: Include `stdarg.h` in `misc.c`. --- misc.c | 1 + 1 file changed, 1 insertion(+) diff --git a/misc.c b/misc.c index bd24b30..ce286cb 100644 --- a/misc.c +++ b/misc.c @@ -1,4 +1,5 @@ #include +#include #include #include #include "misc.h" -- cgit v1.2.3-13-gbd6f