summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuergen Keil <jkeil@users.sourceforge.net>2002-10-12 20:12:05 +0000
committerJuergen Keil <jkeil@users.sourceforge.net>2002-10-12 20:12:05 +0000
commit6e99635e30f58a2d6abd8fc014d4eb4f06c34fca (patch)
treea827cd59b3fcbaafa9f02ca0cb6244e2de10b312
parent6763ea1b1fdfbfb0c25a33bd1c3f165356c6775d (diff)
downloadxine-lib-6e99635e30f58a2d6abd8fc014d4eb4f06c34fca.tar.gz
xine-lib-6e99635e30f58a2d6abd8fc014d4eb4f06c34fca.tar.bz2
sched.h include missing for sched_yield() function
CVS patchset: 2821 CVS date: 2002/10/12 20:12:05
-rw-r--r--src/demuxers/demux_idcin.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/demuxers/demux_idcin.c b/src/demuxers/demux_idcin.c
index a606dace4..bf721efd7 100644
--- a/src/demuxers/demux_idcin.c
+++ b/src/demuxers/demux_idcin.c
@@ -63,7 +63,7 @@
* - if any bytes exceed 63, do not shift the bytes at all before
* transmitting them to the video decoder
*
- * $Id: demux_idcin.c,v 1.16 2002/10/12 17:11:58 jkeil Exp $
+ * $Id: demux_idcin.c,v 1.17 2002/10/12 20:12:05 jkeil Exp $
*/
#ifdef HAVE_CONFIG_H
@@ -74,6 +74,7 @@
#include <fcntl.h>
#include <unistd.h>
#include <pthread.h>
+#include <sched.h>
#include <string.h>
#include <stdlib.h>