From: Anton Khirnov Date: Fri, 25 Mar 2016 12:36:28 +0000 (+0100) Subject: rtmpdh: add an stdio.h include X-Git-Tag: android-x86-7.1-r1~252^2~1333 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=704a39769719d2e1ae3f13bfc562b51c9cd002d7;p=android-x86%2Fexternal-ffmpeg.git rtmpdh: add an stdio.h include The test uses printf. --- 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;