Skip to content

Commit

Permalink
freeswitch: esl: use OpenSIPS's cJSON implementation if available
Browse files Browse the repository at this point in the history
  • Loading branch information
razvancrainea committed Jan 7, 2021
1 parent 396a0fa commit d329e00
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/freeswitch/esl/src/include/esl_json.h
Expand Up @@ -20,6 +20,7 @@
THE SOFTWARE.
*/
#include "esl.h"
#ifndef OS_cJSON__h
#ifndef cJSON__h
#define cJSON__h

Expand Down Expand Up @@ -125,6 +126,7 @@ ESL_DECLARE(void) cJSON_ReplaceItemInObject(cJSON *object,const char *string,cJS
#endif

#endif
#endif /* OS_cJSON__h */

/* For Emacs:
* Local Variables:
Expand Down

0 comments on commit d329e00

Please sign in to comment.