aboutsummaryrefslogtreecommitdiffstats
path: root/community/libdroplet/libdroplet-json-c.patch
blob: 783c7aba942d16ec7ad64a576c510a0202011100 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
diff --git a/libdroplet/cdmi/replyparser.c b/libdroplet/cdmi/replyparser.c
index d5791cc..1689dff 100644
--- a/libdroplet/cdmi/replyparser.c
+++ b/libdroplet/cdmi/replyparser.c
@@ -32,7 +32,7 @@
  * https://github.com/scality/Droplet
  */
 #include "dropletp.h"
-#include <json/json.h>
+#include <json-c/json.h>
 
 //#define DPRINTF(fmt,...) fprintf(stderr, fmt, ##__VA_ARGS__)
 #define DPRINTF(fmt,...)
diff --git a/libdroplet/include/dropletp.h b/libdroplet/include/dropletp.h
index f765c59..3867c43 100644
--- a/libdroplet/include/dropletp.h
+++ b/libdroplet/include/dropletp.h
@@ -58,7 +58,7 @@
 #include <openssl/rand.h>
 #include <libxml/parser.h>
 #include <libxml/tree.h>
-#include <json/json.h>
+#include <json-c/json.h>
 #include <sys/types.h>
 #include <pwd.h>
 #include <fcntl.h>