From fe8563ff5e4a700c2ace382d2cd0242e8065affc Mon Sep 17 00:00:00 2001 From: ENGO150 Date: Mon, 20 Feb 2023 17:00:40 +0100 Subject: [PATCH] added pthread to common --- include/chat/common.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/chat/common.h b/include/chat/common.h index 9d4e756..63783ac 100644 --- a/include/chat/common.h +++ b/include/chat/common.h @@ -10,6 +10,7 @@ #include #include #include +#include //DEFINES #define SA struct sockaddr