Fix compilation with msvc/icl due to missing header and define.

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Matt Oliver
2014-02-03 17:46:11 +11:00
committed by Michael Niedermayer
parent e9314f1968
commit 3e309c5d18
2 changed files with 6 additions and 1 deletions

View File

@@ -26,10 +26,12 @@
* filter by Gustavo Sverzut Barbieri
*/
#include "config.h"
#if HAVE_SYS_TIME_H
#include <sys/time.h>
#endif
#include <time.h>
#include "config.h"
#include "libavutil/avstring.h"
#include "libavutil/bprint.h"
#include "libavutil/common.h"