Whamcloud - gitweb
EX-3725 lipe: fix json.h include
authorJohn L. Hammond <jhammond@whamcloud.com>
Mon, 30 Aug 2021 13:21:22 +0000 (08:21 -0500)
committerJohn L. Hammond <jhammond@whamcloud.com>
Mon, 30 Aug 2021 13:23:18 +0000 (08:23 -0500)
Fix json.h include in lipe_scan2.c.

Signed-off-by: John L. Hammond <jhammond@whamcloud.com>
Change-Id: I2547f14de3fce9ccd91cb32ea1eeb8116566692d

lipe/src/lipe_scan2.c

index a389748..1a8cc85 100644 (file)
@@ -8,7 +8,7 @@
 #include <malloc.h>
 #include <string.h>
 #include <unistd.h>
-#include <json/json.h>
+#include <json-c/json.h>
 #include <linux/lustre/lustre_user.h>
 #include "debug.h"
 #include "lipe_object_attrs.h"