cc -O2 -pipe -pthread -I/usr/local/include -Wall -Wextra -Werror=implicit-function-declaration utmpx/pututxline.c -o utmpx/pututxline -D_GNU_SOURCE -D_BSD_SOURCE -D_ALL_SOURCE -D_DEFAULT_SOURCE -lm -lpthread -L/usr/local/lib -lintl utmpx/pututxline.c:12:10: fatal error: 'utmpx.h' file not found 12 | #include | ^~~~~~~~~ 1 error generated.