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/udp.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/udp.c')
-rw-r--r-- | libavformat/udp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/udp.c b/libavformat/udp.c index 184ab81884..e8a01dbd28 100644 --- a/libavformat/udp.c +++ b/libavformat/udp.c @@ -34,6 +34,7 @@ #include "libavutil/avstring.h" #include "libavutil/opt.h" #include "libavutil/log.h" +#include "libavutil/time.h" #include "internal.h" #include "network.h" #include "os_support.h" |