Add inclusion of errno.h, so it compiles on PowerPC.

Original commit message from CVS:
Add inclusion of errno.h, so it compiles on PowerPC.
This commit is contained in:
David Schleef 2002-03-10 20:45:11 +00:00
parent 9ad2f1208b
commit b7d0645e36

View file

@ -24,6 +24,8 @@
#include <gst/gst.h>
#include <cothreads/cothreads.h>
#include <errno.h>
typedef struct _GstSchedulerChain GstSchedulerChain;
#define GST_PAD_THREADSTATE(pad) (cothread*) (GST_PAD_CAST (pad)->sched_private)