From 417b1d2a9a86af8e87ad10d3ca1bf76abf9f2ddc Mon Sep 17 00:00:00 2001 From: Mike Jerris Date: Wed, 15 Mar 2017 13:32:58 -0500 Subject: [PATCH] FS-10036: fix include --- libs/esl/src/include/esl_cJSON_Utils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/esl/src/include/esl_cJSON_Utils.h b/libs/esl/src/include/esl_cJSON_Utils.h index 358145e4c2..4418c8c555 100644 --- a/libs/esl/src/include/esl_cJSON_Utils.h +++ b/libs/esl/src/include/esl_cJSON_Utils.h @@ -1,4 +1,4 @@ -#include "switch_cJSON.h" +#include "esl_cJSON.h" /* Implement RFC6901 (https://tools.ietf.org/html/rfc6901) JSON Pointer spec. */ CJSON_PUBLIC(cJSON *) cJSONUtils_GetPointer(cJSON *object, const char *pointer);