cc -O2 -pipe -pthread -Wall -Wextra -Werror=implicit-function-declaration threads/tss_delete.c -o threads/tss_delete -D_GNU_SOURCE -D_BSD_SOURCE -D_ALL_SOURCE -D_DEFAULT_SOURCE -lm -lpthread threads/tss_delete.c:3:10: fatal error: 'threads.h' file not found #include ^~~~~~~~~~~ 1 error generated.