diff --git a/ChangeLog b/ChangeLog index acf8485bc0..96ff9f13ba 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-09-20 Andy Wingo + + * gst/gst.h: Re-add marshal to gst.h's include list -- if we + really want it out, you should fix plugins at the same time. + 2005-09-19 Stefan Kost * configure.ac: diff --git a/gst/gst.h b/gst/gst.h index c1a3b346de..84afc31975 100644 --- a/gst/gst.h +++ b/gst/gst.h @@ -42,6 +42,7 @@ #include #include #include +#include #include #include #include