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