Issue #709: adjust some include guards to be a bit more json-c specific.

This commit is contained in:
Eric Haszlakiewicz
2021-06-02 23:53:23 +00:00
parent 0b7e78c309
commit 9ca50cf2f8
4 changed files with 8 additions and 8 deletions

View File

@@ -15,8 +15,8 @@
* Although this is exposed by the json_object_get_array() method,
* it is not recommended for direct use.
*/
#ifndef _arraylist_h_
#define _arraylist_h_
#ifndef _json_c_arraylist_h_
#define _json_c_arraylist_h_
#ifdef __cplusplus
extern "C" {