From def251008610a74a35a4bb0d5215433534e141b6 Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Date: Mon, 15 Nov 2021 18:35:51 +0100 Subject: [PATCH] Remove janson.h as a build dependency --- ovni.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ovni.h b/ovni.h index 49d6ee6..923b7a0 100644 --- a/ovni.h +++ b/ovni.h @@ -37,7 +37,8 @@ extern "C" { #include #include -#include "parson.h" +/* Hardcode the JSON_Value to avoid a dependency with janson */ +typedef struct json_value_t JSON_Value; #define OVNI_MAX_CPU 256 #define OVNI_MAX_PROC 256