Remove janson.h as a build dependency

This commit is contained in:
Rodrigo Arias 2021-11-15 18:35:51 +01:00
parent 8eef8d0e60
commit def2510086

3
ovni.h
View File

@ -37,7 +37,8 @@ extern "C" {
#include <sys/types.h>
#include <limits.h>
#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