mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-27 17:31:33 +02:00
12 lines
185 B
Diff
12 lines
185 B
Diff
--- 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>
|