cc -pthread -Wall -Wextra -Werror -Wno-error=deprecated -Wno-error=deprecated-declarations wchar/va_list.c -o wchar/va_list -D_POSIX_C_SOURCE=202405L -lm -lpthread -lrt -lcrypt -latomic wchar/va_list.c:2:1: error: unknown type name ‘va_list’ 2 | va_list* foo; | ^~~~~~~ wchar/va_list.c:2:1: note: ‘va_list’ is defined in header ‘’; did you forget to ‘#include ’? 1 | #include +++ |+#include 2 | va_list* foo;