unbreak the build for those who have chronic arthritis and typing "make check" is...
authorThomas Vander Stichele <thomas@apestaart.org>
Tue, 20 Sep 2005 09:08:25 +0000 (09:08 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Tue, 20 Sep 2005 09:08:25 +0000 (09:08 +0000)
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
gst/gstplugin.h

index 96ff9f1..0eb63b2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
+
+       * 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  <wingo@pobox.com>
 
        * 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  <ds@schleef.org>
 
index 3dc4729..08cacc6 100644 (file)
@@ -29,6 +29,7 @@
 #include <time.h> /* time_t */
 #include <gmodule.h>
 #include <gst/gstobject.h>
+#include <gst/gstmacros.h>
 
 G_BEGIN_DECLS