From b569e2a279c280be8dfca5ad279208184ba8f620 Mon Sep 17 00:00:00 2001 From: ENGO150 Date: Thu, 9 Feb 2023 17:47:50 +0100 Subject: [PATCH] added some includes into common --- include/chat/common.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/include/chat/common.h b/include/chat/common.h index 643ba3d..244e1b3 100644 --- a/include/chat/common.h +++ b/include/chat/common.h @@ -1,6 +1,11 @@ #ifndef WHY2_CHAT_COMMON_H #define WHY2_CHAT_COMMON_H +//INCLUDES +#include +#include +//DEFINES +#define SA struct sockaddr #endif \ No newline at end of file