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