From 258028359c4195cfb87d4747b49ef6fef37cd3ab Mon Sep 17 00:00:00 2001 From: ENGO150 Date: Thu, 20 Apr 2023 21:26:33 +0200 Subject: [PATCH] added missing memory include in config --- src/chat/config.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/chat/config.c b/src/chat/config.c index aa89ab2..9ba6e6a 100644 --- a/src/chat/config.c +++ b/src/chat/config.c @@ -25,6 +25,7 @@ along with this program. If not, see . #include #include +#include void why2_chat_init_config(void) {