diff --git a/ChangeLog b/ChangeLog index 881ec04a58..10d1943244 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-02-01 Ronald S. Bultje + + * gst/subparse/gstsubparse.c: + Fix OSX buildbot. + 2005-01-31 Tim-Philipp Müller * ext/theora/theoraenc.c: (theora_buffer_from_packet), diff --git a/gst/subparse/gstsubparse.c b/gst/subparse/gstsubparse.c index faabb34ecb..5bc24b4511 100644 --- a/gst/subparse/gstsubparse.c +++ b/gst/subparse/gstsubparse.c @@ -24,6 +24,7 @@ #include #include +#include #include #include "gstsubparse.h"