x86_64-managarm-gcc -pthread -Wall -Wextra -Werror -Wno-error=deprecated -Wno-error=deprecated-declarations threads/tss_t.c -o threads/tss_t -D_POSIX_C_SOURCE=202405L -lm -lpthread -lrt -lintl -liconv threads/tss_t.c:2:1: error: unknown type name ‘tss_t’ 2 | tss_t* foo; | ^~~~~