From 52a5e489c18e66447c6cae22d9259c0ee67a2933 Mon Sep 17 00:00:00 2001 From: jl777 Date: Sun, 28 Jan 2018 15:38:45 +0400 Subject: [PATCH] Fix --- crypto777/cJSON.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crypto777/cJSON.c b/crypto777/cJSON.c index b78c290cd..b21cc3e4f 100755 --- a/crypto777/cJSON.c +++ b/crypto777/cJSON.c @@ -54,7 +54,7 @@ #pragma GCC visibility pop #endif -#include "cJSON.h" +#include "../includes/cJSON.h" /* define our own boolean type */ #define true ((cJSON_bool)1)