summaryrefslogtreecommitdiff
path: root/net/teddycloud/files/patch-include_json__helper.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/teddycloud/files/patch-include_json__helper.h')
-rw-r--r--net/teddycloud/files/patch-include_json__helper.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/net/teddycloud/files/patch-include_json__helper.h b/net/teddycloud/files/patch-include_json__helper.h
new file mode 100644
index 000000000000..992e2c82f071
--- /dev/null
+++ b/net/teddycloud/files/patch-include_json__helper.h
@@ -0,0 +1,11 @@
+--- include/json_helper.h.orig 2026-01-23 20:45:38 UTC
++++ include/json_helper.h
+@@ -1,6 +1,7 @@
+ #pragma once
+
+-#include "cJSON.h"
++#include <cjson/cJSON.h>
++
+ #include "debug.h"
+
+ char *jsonGetString(cJSON *jsonElement, char *name);