summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2002-03-10 20:45:11 +0000
committerDavid Schleef <ds@schleef.org>2002-03-10 20:45:11 +0000
commitb7d0645e3654a4d6be0e96b47c20a01aef09f864 (patch)
tree006603924d15153127b9cd1c9ca0c4153c06b818
parent9ad2f1208b1eb1c9ab65ee1027f28b858578ccca (diff)
Add inclusion of errno.h, so it compiles on PowerPC.BRANCH-EVENTS2-ROOT
Original commit message from CVS: Add inclusion of errno.h, so it compiles on PowerPC.
-rw-r--r--gst/schedulers/gststandardscheduler.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gst/schedulers/gststandardscheduler.c b/gst/schedulers/gststandardscheduler.c
index 345d980353..b8eba9844c 100644
--- a/gst/schedulers/gststandardscheduler.c
+++ b/gst/schedulers/gststandardscheduler.c
@@ -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)