From d50e521601c7ea5e4e622e957e23a846257ff713 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Mon, 15 Mar 2004 23:11:36 +0000 Subject: [PATCH] fix header inclusion Original commit message from CVS: fix header inclusion --- docs/gst/tmpl/gstcaps.sgml | 1 + docs/gst/tmpl/gstxml.sgml | 10 +++------- gst/gststructure.h | 1 + 3 files changed, 5 insertions(+), 7 deletions(-) diff --git a/docs/gst/tmpl/gstcaps.sgml b/docs/gst/tmpl/gstcaps.sgml index 27c7d894fa..00b6cfc976 100644 --- a/docs/gst/tmpl/gstcaps.sgml +++ b/docs/gst/tmpl/gstcaps.sgml @@ -112,6 +112,7 @@ The gstcaps structure @type: @flags: @structs: +@_gst_reserved: diff --git a/docs/gst/tmpl/gstxml.sgml b/docs/gst/tmpl/gstxml.sgml index d0248f2143..0f2495f975 100644 --- a/docs/gst/tmpl/gstxml.sgml +++ b/docs/gst/tmpl/gstxml.sgml @@ -109,10 +109,6 @@ GstXML -@: -@: -@: - @gstxml: the object which received the signal. @arg1: @arg2: @@ -122,7 +118,7 @@ GstXML -@gstxml: the object which received the signal. -@arg1: -@arg2: +@: +@: +@: diff --git a/gst/gststructure.h b/gst/gststructure.h index eeeb00b284..b2834d0a61 100644 --- a/gst/gststructure.h +++ b/gst/gststructure.h @@ -21,6 +21,7 @@ #define __GST_STRUCTURE_H__ #include +#include #include G_BEGIN_DECLS