diff options
author | Emmanuele Bassi <ebassi@linux.intel.com> | 2010-08-02 17:04:38 +0100 |
---|---|---|
committer | Emmanuele Bassi <ebassi@linux.intel.com> | 2010-08-02 17:04:38 +0100 |
commit | c7c288b89175b1f9545d6ddff25609b7bb243041 (patch) | |
tree | 79da209fa4be3eb8d3ba42d631d1ddb4e17d046e /json-glib/json-parser.h | |
parent | e6ea3a6bae044ec7874dfde3b50bb337f00bb3be (diff) | |
download | json-glib-c7c288b89175b1f9545d6ddff25609b7bb243041.tar.gz |
Fix the include for json-types.h
Diffstat (limited to 'json-glib/json-parser.h')
-rw-r--r-- | json-glib/json-parser.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/json-glib/json-parser.h b/json-glib/json-parser.h index ebbab11..36107f4 100644 --- a/json-glib/json-parser.h +++ b/json-glib/json-parser.h @@ -30,7 +30,7 @@ #include <glib-object.h> #include <gio/gio.h> -#include "json-types.h" +#include <json-glib/json-types.h> G_BEGIN_DECLS |