Skip to content

Commit 3d707df

Browse files
authored
replace cjson include with jsmn
Signed-off-by: reda ghouzraf <98324229+rghouzra@users.noreply.github.com>
1 parent 0d035d0 commit 3d707df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/out_oracle_log_analytics/oci_logan.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@
188188
#include <fluent-bit/flb_hash.h>
189189
#include <fluent-bit/flb_sds.h>
190190
#include <monkey/mk_core/mk_list.h>
191-
#include "cJSON.h"
191+
#include <fluent-bit/flb_jsmn.h>
192192
#include <openssl/evp.h>
193193
#include <openssl/pem.h>
194194
#include <openssl/bio.h>

0 commit comments

Comments
 (0)