* using time.h for Cygwin systems as well

Originally committed as revision 777 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Zdenek Kabelac 2002-07-18 17:11:27 +00:00
parent 79c0c7858d
commit 9235088f0f
1 changed files with 1 additions and 1 deletions

View File

@ -22,12 +22,12 @@
#include <unistd.h>
#include <fcntl.h>
#include <sys/time.h>
#include <time.h>
#else
#define strcasecmp _stricmp
#include <sys/types.h>
#include <sys/timeb.h>
#endif
#include <time.h>
AVInputFormat *first_iformat;
AVOutputFormat *first_oformat;