gst/subparse/gstsubparse.c: Fix OSX buildbot.

Original commit message from CVS:
* gst/subparse/gstsubparse.c:
Fix OSX buildbot.
This commit is contained in:
Ronald S. Bultje 2005-02-01 15:04:07 +00:00
parent 1b6f93f6d0
commit 10249b2883
2 changed files with 6 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2005-02-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
* gst/subparse/gstsubparse.c:
Fix OSX buildbot.
2005-01-31 Tim-Philipp Müller <tim at centricular dot net>
* ext/theora/theoraenc.c: (theora_buffer_from_packet),

View file

@ -24,6 +24,7 @@
#include <string.h>
#include <stdlib.h>
#include <sys/types.h>
#include <regex.h>
#include "gstsubparse.h"