diff options
author | Emmanuele Bassi <ebassi@openedhand.com> | 2007-10-01 22:19:28 +0100 |
---|---|---|
committer | Emmanuele Bassi <ebassi@openedhand.com> | 2007-10-01 22:19:28 +0100 |
commit | 8edb4ef3232428ac9e548ae6c1dfa2328bf7198c (patch) | |
tree | 83e14e488aea50f77291d2a726cc2906e266fbfa /json-glib/json-glib.h | |
parent | f09acae8e0d6ceba5d13de75551491835a7e71de (diff) | |
download | json-glib-8edb4ef3232428ac9e548ae6c1dfa2328bf7198c.tar.gz |
Add missing json-generator.h header
Diffstat (limited to 'json-glib/json-glib.h')
-rw-r--r-- | json-glib/json-glib.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/json-glib/json-glib.h b/json-glib/json-glib.h index f2d45ac..7bce09b 100644 --- a/json-glib/json-glib.h +++ b/json-glib/json-glib.h @@ -2,6 +2,7 @@ #define __JSON_GLIB_H__ #include <json-glib/json-types.h> +#include <json-glib/json-generator.h> #include <json-glib/json-parser.h> #include <json-glib/json-version.h> |