blob: cad64df36b27a6616c3cb469067471bbc42ef539 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
diff --git a/modules/json/json-parser.c b/modules/json/json-parser.c
index 0368ed8..c4d1c23 100644
--- a/modules/json/json-parser.c
+++ b/modules/json/json-parser.c
@@ -28,7 +28,7 @@
#include <ctype.h>
#include <json.h>
-#include <json_object_private.h>
+#include <json_object.h>
typedef struct _JSONParser
{
|