mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 11:41:09 +00:00
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:
parent
9ad2f1208b
commit
b7d0645e36
1 changed files with 2 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue