mirror of
https://github.com/json-c/json-c.git
synced 2026-04-06 13:59:07 +08:00
Issue #709: adjust some include guards to be a bit more json-c specific.
This commit is contained in:
@@ -16,8 +16,8 @@
|
||||
* this is exposed by the json_object_get_object() function and within the
|
||||
* json_object_iter type, it is not recommended for direct use.
|
||||
*/
|
||||
#ifndef _linkhash_h_
|
||||
#define _linkhash_h_
|
||||
#ifndef _json_c_linkhash_h_
|
||||
#define _json_c_linkhash_h_
|
||||
|
||||
#include "json_object.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user