mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-04-19 09:02:26 +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
|
#ifdef TEST
|
||||||
|
|
||||||
|
#include <stdio.h>
|
||||||
|
|
||||||
static int test_random_shared_secret(void)
|
static int test_random_shared_secret(void)
|
||||||
{
|
{
|
||||||
FF_DH *peer1 = NULL, *peer2 = NULL;
|
FF_DH *peer1 = NULL, *peer2 = NULL;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user