diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2013-03-12 15:25:59 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-03-12 15:28:22 +0100 |
commit | 9cf788eca8ba0990f3d5b3c5c3edea93ebad66e3 (patch) | |
tree | 86e7f48aca21b4c33e51a0b952b65e1d5fb2ab64 /libavformat/tcp.c | |
parent | ad78b9ed7009197b6d56b3fb6e4c4c5e5276260d (diff) | |
download | ffmpeg-9cf788eca8ba0990f3d5b3c5c3edea93ebad66e3.tar.gz |
avformat/avdevice: add missing time.h includes
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavformat/tcp.c')
-rw-r--r-- | libavformat/tcp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/tcp.c b/libavformat/tcp.c index 8b35fb18a9..0d792e75b4 100644 --- a/libavformat/tcp.c +++ b/libavformat/tcp.c @@ -21,6 +21,7 @@ #include "avformat.h" #include "libavutil/parseutils.h" #include "libavutil/opt.h" +#include "libavutil/time.h" #include "internal.h" #include "network.h" #include "os_support.h" |