mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 13:27:09 +02:00
14 lines
317 B
Diff
14 lines
317 B
Diff
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
|
|
{
|