summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libavformat/rtmpdh.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/libavformat/rtmpdh.c b/libavformat/rtmpdh.c
index f56a78495c..9f3a43fdfd 100644
--- a/libavformat/rtmpdh.c
+++ b/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;