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

@@ -14,8 +14,8 @@
* @file
* @brief Do not use, json-c internal, may be changed or removed at any time.
*/
#ifndef _DEBUG_H_
#define _DEBUG_H_
#ifndef _JSON_C_DEBUG_H_
#define _JSON_C_DEBUG_H_
#include <stdlib.h>