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 + static int test_random_shared_secret(void) { FF_DH *peer1 = NULL, *peer2 = NULL;