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