From 89885de21e965e051a67c23f5c40bbe250a69253 Mon Sep 17 00:00:00 2001 From: ENGO150 <v.smejkal06@gmail.com> Date: Tue, 21 Feb 2023 19:29:08 +0100 Subject: [PATCH] added common todo --- include/chat/common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/chat/common.h b/include/chat/common.h index 9a452d9..d71986b 100644 --- a/include/chat/common.h +++ b/include/chat/common.h @@ -28,7 +28,7 @@ along with this program. If not, see <https://www.gnu.org/licenses/>. #include <stdlib.h> #include <string.h> #include <sys/socket.h> -#include <netinet/in.h> +#include <netinet/in.h> //TODO: Remove not 100% common includes #include <why2/misc.h> #include <why2/memory.h> #include <pthread.h>