Commit 704a3976 authored by Anton Khirnov's avatar Anton Khirnov

rtmpdh: add an stdio.h include

The test uses printf.
parent e3dfef8e
......@@ -362,6 +362,9 @@ fail:
}
#ifdef TEST
#include <stdio.h>
static int test_random_shared_secret(void)
{
FF_DH *peer1 = NULL, *peer2 = NULL;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment