summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShaun McCance <shaunm@src.gnome.org>2003-11-06 17:58:19 +0000
committerShaun McCance <shaunm@src.gnome.org>2003-11-06 17:58:19 +0000
commit29b4ef8f2dbb5853e54cff1cbc6e98439b3fb549 (patch)
tree79e53c28f383778752c387201ea1b74f408ed22d
parent8bd2b142f1b94e0fe1bcdcc23be437ba87f17c08 (diff)
downloadyelp-29b4ef8f2dbb5853e54cff1cbc6e98439b3fb549.tar.gz
- #include <glib-object.h>
* src/yelp-uri.h: - #include <glib-object.h>
-rw-r--r--ChangeLog5
-rw-r--r--src/yelp-uri.h1
2 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 34e48f43..d0412f08 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2003-11-06 Shaun McCance <shaunm@gnome.org>
+ * src/yelp-uri.h:
+ - #include <glib-object.h>
+
+2003-11-06 Shaun McCance <shaunm@gnome.org>
+
* src/Makefile.am:
- Changes for new URI and Pager code
diff --git a/src/yelp-uri.h b/src/yelp-uri.h
index 2c46d455..c83eeb31 100644
--- a/src/yelp-uri.h
+++ b/src/yelp-uri.h
@@ -25,6 +25,7 @@
#define __YELP_URI_H__
#include <glib.h>
+#include <glib-object.h>
#define YELP_TYPE_URI (yelp_uri_get_type ())
#define YELP_URI(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), YELP_TYPE_URI, YelpURI))