Add inclusion of errno.h, so it compiles on PowerPC. BRANCH-EVENTS2-ROOT
authorDavid Schleef <ds@schleef.org>
Sun, 10 Mar 2002 20:45:11 +0000 (20:45 +0000)
committerDavid Schleef <ds@schleef.org>
Sun, 10 Mar 2002 20:45:11 +0000 (20:45 +0000)
Original commit message from CVS:
Add inclusion of errno.h, so it compiles on PowerPC.

gst/schedulers/gststandardscheduler.c

index 345d980..b8eba98 100644 (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)