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

View File

@ -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;