BUGFIX json header path unified
diff --git a/src/netopeerguid.h b/src/netopeerguid.h
index b59ab6c..ebb8d5f 100644
--- a/src/netopeerguid.h
+++ b/src/netopeerguid.h
@@ -50,7 +50,7 @@
 #define _NETOPEERGUID_H
 
 #include <pthread.h>
-#include <json/json.h>
+#include <json.h>
 #include <libyang/libyang.h>
 
 #define UNUSED(x) UNUSED_ ## x __attribute__((__unused__))
diff --git a/src/test-client.c b/src/test-client.c
index 7a094ec..8e91a52 100644
--- a/src/test-client.c
+++ b/src/test-client.c
@@ -53,7 +53,7 @@
 #include <sys/types.h>
 #include <sys/socket.h>
 #include <sys/un.h>
-#include <json/json.h>
+#include <json.h>
 #include <ctype.h>
 #include "message_type.h"