cc -pthread -Wall -Wextra -Werror -Wno-error=deprecated -Wno-error=deprecated-declarations threads/thrd_join.c -o threads/thrd_join -D_POSIX_C_SOURCE=202405L -lm -lpthread -liconv threads/thrd_join.c:1:10: fatal error: 'threads.h' file not found 1 | #include | ^~~~~~~~~~~ 1 error generated.