Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/libav
diff options
context:
space:
mode:
Diffstat (limited to 'libav')
-rw-r--r--libav/utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libav/utils.c b/libav/utils.c
index 6311495e5d..e8e62e8ac8 100644
--- a/libav/utils.c
+++ b/libav/utils.c
@@ -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;