FS-10036: fix include

This commit is contained in:
Mike Jerris 2017-03-15 13:32:58 -05:00
parent 589023b52c
commit 417b1d2a9a

View File

@ -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);