From 334be0e3ed6c2db4b32db7e951c27b64925bb25e Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Tue, 20 Sep 2005 09:08:25 +0000 Subject: [PATCH] unbreak the build for those who have chronic arthritis and typing "make check" is just too taxing on the hands Original commit message from CVS: unbreak the build for those who have chronic arthritis and typing "make check" is just too taxing on the hands --- ChangeLog | 10 ++++++++-- gst/gstplugin.h | 1 + 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 96ff9f13ba..0eb63b217f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2005-09-20 Thomas Vander Stichele + + * gst/gstplugin.h: + unbreak the build for those who have chronic arthritis + and typing "make check" is just too taxing on the hands + 2005-09-20 Andy Wingo * gst/gst.h: Re-add marshal to gst.h's include list -- if we @@ -8,8 +14,8 @@ * configure.ac: * docs/gst/gstreamer-sections.txt: * gst/gstobject.c: - added missing symbols to api docs - disable ref-count hack if we have glib >= 2.8 + added missing symbols to api docs + disable ref-count hack if we have glib >= 2.8 2005-09-19 David Schleef diff --git a/gst/gstplugin.h b/gst/gstplugin.h index 3dc4729063..08cacc6ea0 100644 --- a/gst/gstplugin.h +++ b/gst/gstplugin.h @@ -29,6 +29,7 @@ #include /* time_t */ #include #include +#include G_BEGIN_DECLS