x86_64-managarm-gcc -pthread -Wall -Wextra -Werror -Wno-error=deprecated -Wno-error=deprecated-declarations stdio/va_list.c -o stdio/va_list -D_POSIX_C_SOURCE=202405L -lm -lpthread -lrt -lintl -liconv stdio/va_list.c:2:1: error: unknown type name ‘va_list’ 2 | va_list* foo; | ^~~~~~~ stdio/va_list.c:2:1: note: ‘va_list’ is defined in header ‘’; this is probably fixable by adding ‘#include ’ 1 | #include +++ |+#include 2 | va_list* foo;