1
0
Fork 0
mutter-performance-source/clutter/json/json-glib.h
Emmanuele Bassi 5c8ae6d2dc [json] Fix compilation of the internal JSON-GLib
Define the symbols needed to pass the single include policy when
compiling the static object.
2009-08-13 18:05:38 +01:00

12 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__ */