mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
rtmpdh: add an stdio.h include
The test uses printf.
This commit is contained in:
parent
e3dfef8e3c
commit
704a397697
@ -362,6 +362,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
Block a user