Browse Source

rtmpdh: add an stdio.h include

The test uses printf.
tags/n3.1
Anton Khirnov 9 years ago
parent
commit
704a397697
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      libavformat/rtmpdh.c

+ 3
- 0
libavformat/rtmpdh.c 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;


Loading…
Cancel
Save