gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.

Original commit message from CVS:
2004-02-12  Julien MOUTTE  <julien@moutte.net>

* gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
This commit is contained in:
Julien Moutte 2004-02-12 21:00:48 +00:00
parent f990e2ab40
commit 4e51750312
2 changed files with 5 additions and 0 deletions

View file

@ -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):

View file

@ -32,6 +32,7 @@
#include <unistd.h>
/*#include "osdtools.h"*/
/*#include "speedy.h"*/
#include <glib.h>
#include "vbiscreen.h"
#include "gstvbidec.h"