cc -pthread -Wall -Wextra -Werror -Wno-error=deprecated -Wno-error=deprecated-declarations sys_ipc/IPC_PRIVATE.c -o sys_ipc/IPC_PRIVATE -D_POSIX_C_SOURCE=202405L -lm -lpthread -lrt -lintl -liconv sys_ipc/IPC_PRIVATE.c:7:10: fatal error: sys/ipc.h: No such file or directory 7 | #include | ^~~~~~~~~~~ compilation terminated.