[json-glib] Fix the include for json-types.h



commit c7c288b89175b1f9545d6ddff25609b7bb243041
Author: Emmanuele Bassi <ebassi linux intel com>
Date:   Mon Aug 2 17:04:38 2010 +0100

    Fix the include for json-types.h

 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
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]