Skip to content

Commit

Permalink
add back for cJson
Browse files Browse the repository at this point in the history
  • Loading branch information
waahm7 committed Aug 21, 2023
1 parent 3ffe5ad commit 602626f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions include/aws/common/external/cJSON.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@
* (3) Remove cJSON_GetErrorPtr and global_error as they are not thread-safe.
*/

/* NOLINTBEGIN */

#ifndef AWS_COMMON_EXTERNAL_CJSON_H
#define AWS_COMMON_EXTERNAL_CJSON_H

Expand Down Expand Up @@ -302,4 +304,5 @@ CJSON_PUBLIC(void) cJSON_free(void *object);
#ifdef __cplusplus
}
#endif
/* NOLINTEND */
#endif

0 comments on commit 602626f

Please sign in to comment.