1
0
mirror of https://github.com/signalwire/freeswitch.git synced 2025-04-18 09:32:34 +00:00

FS-10036: fix include

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

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