]> git.sesse.net Git - ffmpeg/commitdiff
rtmpdh: add an stdio.h include
authorAnton Khirnov <anton@khirnov.net>
Fri, 25 Mar 2016 12:36:28 +0000 (13:36 +0100)
committerAnton Khirnov <anton@khirnov.net>
Fri, 25 Mar 2016 13:53:37 +0000 (14:53 +0100)
The test uses printf.

libavformat/rtmpdh.c

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