cc -pthread -Wall -Wextra -Werror=implicit-function-declaration monetary/strfmon_l.c -o monetary/strfmon_l -D_GNU_SOURCE -D_BSD_SOURCE -D_ALL_SOURCE -D_DEFAULT_SOURCE -lm -lpthread -lrt -lintl -liconv monetary/strfmon_l.c:4:10: fatal error: monetary.h: No such file or directory 4 | #include | ^~~~~~~~~~~~ compilation terminated.