summaryrefslogtreecommitdiff
path: root/src/demuxers
diff options
context:
space:
mode:
Diffstat (limited to 'src/demuxers')
-rw-r--r--src/demuxers/demux_mpeg_block.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/demuxers/demux_mpeg_block.c b/src/demuxers/demux_mpeg_block.c
index c4a33d101..e0384b7b2 100644
--- a/src/demuxers/demux_mpeg_block.c
+++ b/src/demuxers/demux_mpeg_block.c
@@ -17,7 +17,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*
- * $Id: demux_mpeg_block.c,v 1.188 2003/05/18 17:41:37 jcdutton Exp $
+ * $Id: demux_mpeg_block.c,v 1.189 2003/05/20 01:23:56 tchamp Exp $
*
* demultiplexer for mpeg 1/2 program streams
* used with fixed blocksize devices (like dvd/vcd)
@@ -32,7 +32,11 @@
#include <fcntl.h>
#include <unistd.h>
#include <string.h>
+
+#ifndef WIN32
#include <stdlib.h>
+#endif /* WIN32 */
+
#include <assert.h>
#include "xine_internal.h"