From 8542ec17d3df989f3df9fd03af7a447bf730dc13 Mon Sep 17 00:00:00 2001 From: justanothercatgirl Date: Mon, 24 Mar 2025 08:30:16 +0300 Subject: added json dependency --- endpoints.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'endpoints.c') diff --git a/endpoints.c b/endpoints.c index 9a02098..789f48a 100644 --- a/endpoints.c +++ b/endpoints.c @@ -3,6 +3,10 @@ #include "microhttpd.h" +#define CONTAINER_IMPLEMENTATION +#define JACSON_IMPLEMENTATION +#include + // not accessible in browser because ALL URLs start with / (or with _ in dylib) char* duplicate(const char* x) { size_t len = strlen(x); -- cgit v1.2.3-70-g09d2