mirror of https://git.ffmpeg.org/ffmpeg.git
Merge commit '704a39769719d2e1ae3f13bfc562b51c9cd002d7'
* commit '704a39769719d2e1ae3f13bfc562b51c9cd002d7': rtmpdh: add an stdio.h include Merged-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
This commit is contained in:
commit
53a9b164c5
|
@ -371,6 +371,9 @@ fail:
|
|||
}
|
||||
|
||||
#ifdef TEST
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
static int test_random_shared_secret(void)
|
||||
{
|
||||
FF_DH *peer1 = NULL, *peer2 = NULL;
|
||||
|
|
Loading…
Reference in New Issue