cc -pipe -O -pthread -Wall -Wextra -Werror -Wno-error=deprecated -Wno-error=deprecated-declarations threads/tss_delete.c -o threads/tss_delete -D_POSIX_C_SOURCE=202405L -lm -lpthread -lrt -lrt -lcrypt threads/tss_delete.c:1:10: fatal error: threads.h: No such file or directory #include ^~~~~~~~~~~ compilation terminated.