Remove janson.h as a build dependency
This commit is contained in:
parent
8eef8d0e60
commit
def2510086
3
ovni.h
3
ovni.h
@ -37,7 +37,8 @@ extern "C" {
|
|||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#include <limits.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_CPU 256
|
||||||
#define OVNI_MAX_PROC 256
|
#define OVNI_MAX_PROC 256
|
||||||
|
Loading…
Reference in New Issue
Block a user