cc -pipe -O -pthread -Wall -Wextra -Werror=implicit-function-declaration threads/mtx_timedlock.c -o threads/mtx_timedlock -D_GNU_SOURCE -D_BSD_SOURCE -D_ALL_SOURCE -D_DEFAULT_SOURCE -lm -lpthread -lrt -lrt -lcrypt threads/mtx_timedlock.c:3:10: fatal error: threads.h: No such file or directory #include ^~~~~~~~~~~ compilation terminated.