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