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