summaryrefslogtreecommitdiff
path: root/libavformat/tests
diff options
context:
space:
mode:
authorGregory J. Wolfe <gregory.wolfe@kodakalaris.com>2016-12-01 13:35:02 -0500
committerMichael Niedermayer <michael@niedermayer.cc>2016-12-01 23:42:50 +0100
commit9c041a3cd50694af4472fd63496c9606bc1057d2 (patch)
tree167bd7c53ad59fc0cf10ca98df4efcf5077551ef /libavformat/tests
parent6e713841e83010f6b2986ef7c2870f6938ae0f1a (diff)
downloadffmpeg-9c041a3cd50694af4472fd63496c9606bc1057d2.tar.gz
avformat/tests/fifo_muxer: includes libavformat/network.h to define ETIMEDOUT for fate build.
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'libavformat/tests')
-rw-r--r--libavformat/tests/fifo_muxer.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/tests/fifo_muxer.c b/libavformat/tests/fifo_muxer.c
index 9659198ff1..dc62965a15 100644
--- a/libavformat/tests/fifo_muxer.c
+++ b/libavformat/tests/fifo_muxer.c
@@ -25,6 +25,7 @@
#include "libavutil/avassert.h"
#include "libavformat/avformat.h"
#include "libavformat/url.h"
+#include "libavformat/network.h"
#define MAX_TST_PACKETS 128
#define SLEEPTIME_50_MS 50000