From 704a39769719d2e1ae3f13bfc562b51c9cd002d7 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Fri, 25 Mar 2016 13:36:28 +0100 Subject: rtmpdh: add an stdio.h include The test uses printf. --- libavformat/rtmpdh.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libavformat') diff --git a/libavformat/rtmpdh.c b/libavformat/rtmpdh.c index f56a78495c..9f3a43fdfd 100644 --- a/libavformat/rtmpdh.c +++ b/libavformat/rtmpdh.c @@ -362,6 +362,9 @@ fail: } #ifdef TEST + +#include + static int test_random_shared_secret(void) { FF_DH *peer1 = NULL, *peer2 = NULL; -- cgit v1.2.3