cc -pthread -Wall -Wextra -Werror -Wno-error=deprecated -Wno-error=deprecated-declarations sys_shm/time_t.c -o sys_shm/time_t -D_POSIX_C_SOURCE=202405L -lm -lpthread -lnetwork -lbsd -latomic sys_shm/time_t.c:7:10: fatal error: sys/shm.h: No such file or directory 7 | #include | ^~~~~~~~~~~ compilation terminated.