From: Mike Jerris Date: Wed, 15 Mar 2017 18:32:58 +0000 (-0500) Subject: FS-10036: fix include X-Git-Tag: v1.8.0~729 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=417b1d2a9a86af8e87ad10d3ca1bf76abf9f2ddc;p=thirdparty%2Ffreeswitch.git FS-10036: fix include --- 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);