comparison asfheader.c @ 1430:1728d249c783

missing unistd.h (requires for off_t under freebsd)
author arpi
date Wed, 01 Aug 2001 09:14:02 +0000
parents baf646413408
children b895f95e7657
comparison
equal deleted inserted replaced
1429:8986d06b2816 1430:1728d249c783
1 // .asf fileformat docs from http://divx.euro.ru 1 // .asf fileformat docs from http://divx.euro.ru
2 2
3 3
4 #include <stdio.h> 4 #include <stdio.h>
5 #include <stdlib.h> 5 #include <stdlib.h>
6 #include <unistd.h>
6 7
7 extern int verbose; // defined in mplayer.c 8 extern int verbose; // defined in mplayer.c
8 9
9 #include "stream.h" 10 #include "stream.h"
10 #include "demuxer.h" 11 #include "demuxer.h"