summaryrefslogtreecommitdiff
path: root/libavformat/udp.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-03-12 15:25:59 +0100
committerMichael Niedermayer <michaelni@gmx.at>2013-03-12 15:28:22 +0100
commit9cf788eca8ba0990f3d5b3c5c3edea93ebad66e3 (patch)
tree86e7f48aca21b4c33e51a0b952b65e1d5fb2ab64 /libavformat/udp.c
parentad78b9ed7009197b6d56b3fb6e4c4c5e5276260d (diff)
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.c1
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"