blob: 2ba75aaf1bd08b61c07054997784288c9856cf39 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- a/blobmsg_json.h
+++ b/blobmsg_json.h
@@ -19,7 +19,7 @@
#ifdef JSONC
#include <json.h>
#else
- #include <json/json.h>
+ #include <json-c/json.h>
#endif
#include <stdbool.h>
|