redBorder/rb_monitor

Use json-c/json.h instead of json/json.h

Closed this issue · 0 comments

Newer versions of the json-c library have changed their configuration:

#include <json/json.h>

has changed to:

#include <json-c/json.h>

and the compile flag -ljson has changed to -ljson-c.