#ifndef CLIENT_H # define CLIENT_H # include // for signal kill sigaction # include // for getpid kill # include // for getpid # include "libft.h" int msg_received; #endif