diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | gst/vbidec/vbiscreen.c | 1 |
2 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,7 @@ +2004-02-12 Julien MOUTTE <julien@moutte.net> + + * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header. + 2004-02-12 Thomas Vander Stichele <thomas at apestaart dot org> * ext/ladspa/gstladspa.c: (gst_ladspa_base_init): diff --git a/gst/vbidec/vbiscreen.c b/gst/vbidec/vbiscreen.c index bc315587a..4ce0404c1 100644 --- a/gst/vbidec/vbiscreen.c +++ b/gst/vbidec/vbiscreen.c @@ -32,6 +32,7 @@ #include <unistd.h> /*#include "osdtools.h"*/ /*#include "speedy.h"*/ +#include <glib.h> #include "vbiscreen.h" #include "gstvbidec.h" |