From dd890ca1a153867f9d690330a18760cfad2a5334 Mon Sep 17 00:00:00 2001 From: "Darryl L. Miles" Date: Wed, 25 Mar 2026 12:39:20 +0000 Subject: [PATCH] textio.h: add include due to va_list type use in file --- textio/textio.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/textio/textio.h b/textio/textio.h index 36a31c57..a7a3a856 100644 --- a/textio/textio.h +++ b/textio/textio.h @@ -25,6 +25,8 @@ #ifndef _MAGIC__TEXTIO__TEXTIO_H #define _MAGIC__TEXTIO__TEXTIO_H +#include /* va_list */ + #include "utils/magic.h" #include "utils/dqueue.h" /* DQueue */