5c8ae6d2dc
Define the symbols needed to pass the single include policy when compiling the static object.
13 lines
215 B
C
13 lines
215 B
C
#ifndef __JSON_GLIB_H__
|
|
#define __JSON_GLIB_H__
|
|
|
|
#define __JSON_GLIB_INSIDE__
|
|
|
|
#include "json-types.h"
|
|
#include "json-generator.h"
|
|
#include "json-parser.h"
|
|
|
|
#undef __JSON_GLIB_INSIDE__
|
|
|
|
#endif /* __JSON_GLIB_H__ */
|