1
0
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:
Anton Khirnov 2016-03-25 13:36:28 +01:00
parent e3dfef8e3c
commit 704a397697

View File

@ -362,6 +362,9 @@ fail:
}
#ifdef TEST
#include <stdio.h>
static int test_random_shared_secret(void)
{
FF_DH *peer1 = NULL, *peer2 = NULL;