]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-10036: fix include
authorMike Jerris <mike@jerris.com>
Wed, 15 Mar 2017 18:32:58 +0000 (13:32 -0500)
committerMike Jerris <mike@jerris.com>
Wed, 15 Mar 2017 18:33:03 +0000 (13:33 -0500)
libs/esl/src/include/esl_cJSON_Utils.h

index 358145e4c260831e135aeac835610a34f6dab3b6..4418c8c555257141e7fb44a819d3820b7c52fc87 100644 (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);