From 5f736e58eacc622f59728f59bcaae1a970f06306 Mon Sep 17 00:00:00 2001 From: Ian C Date: Fri, 27 Jun 2025 05:52:17 +0100 Subject: Added cJSON. --- copenai.c | 1 + 1 file changed, 1 insertion(+) (limited to 'copenai.c') diff --git a/copenai.c b/copenai.c index 2417fb2..d48db69 100644 --- a/copenai.c +++ b/copenai.c @@ -26,6 +26,7 @@ #include #include +#include "cJSON.h" /* ---------------------------------------- VERSION INFO */ -- cgit v1.2.3