diff options
author | Gregory J. Wolfe <[email protected]> | 2016-12-01 13:35:02 -0500 |
---|---|---|
committer | Michael Niedermayer <[email protected]> | 2016-12-01 23:42:50 +0100 |
commit | 9c041a3cd50694af4472fd63496c9606bc1057d2 (patch) | |
tree | 167bd7c53ad59fc0cf10ca98df4efcf5077551ef | |
parent | 6e713841e83010f6b2986ef7c2870f6938ae0f1a (diff) |
avformat/tests/fifo_muxer: includes libavformat/network.h to define ETIMEDOUT for fate build.
Signed-off-by: Michael Niedermayer <[email protected]>
-rw-r--r-- | libavformat/tests/fifo_muxer.c | 1 |
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 |