rtmpdh: add an stdio.h include

The test uses printf.
pull/235/head^2
Anton Khirnov 9 years ago
parent e3dfef8e3c
commit 704a397697
  1. 3
      libavformat/rtmpdh.c

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

Loading…
Cancel
Save