aboutsummaryrefslogtreecommitdiffstats
path: root/endpoints.c
diff options
context:
space:
mode:
Diffstat (limited to 'endpoints.c')
-rw-r--r--endpoints.c4
1 files changed, 4 insertions, 0 deletions
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 <jacson.h>
+
// not accessible in browser because ALL URLs start with / (or with _ in dylib)
char* duplicate(const char* x) {
size_t len = strlen(x);