From 1e85da7c299e0ab8f8fe9d882bae4952049d46e6 Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Wed, 19 Mar 2025 14:00:00 +0100 Subject: Added array library for ui implementation --- chatty.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'chatty.c') diff --git a/chatty.c b/chatty.c index f56179f..d14475a 100644 --- a/chatty.c +++ b/chatty.c @@ -22,7 +22,9 @@ // Number of spaces inserted when pressing Tab/Ctrl+I #define TAB_WIDTH 4 +#define CHATTY_IMPL #include "chatty.h" +#undef CHATTY_IMPL #include "protocol.h" #include "ui.h" -- cgit v1.2.3