From 67070e4f296d1adb2bb7dbb8766a56d234adb804 Mon Sep 17 00:00:00 2001
From: Zdenek Kabelac <kabi@informatics.muni.cz>
Date: Thu, 13 Nov 2003 22:15:11 +0000
Subject: [PATCH] * *FILE needs <stdio.h>

Originally committed as revision 2515 to svn://svn.ffmpeg.org/ffmpeg/trunk
---
 libavformat/avformat.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavformat/avformat.h b/libavformat/avformat.h
index 07fa7f1e5aa..8aaedeb3191 100644
--- a/libavformat/avformat.h
+++ b/libavformat/avformat.h
@@ -12,7 +12,7 @@ extern "C" {
 #define LIBAVFORMAT_IDENT	"FFmpeg" FFMPEG_VERSION "b" AV_STRINGIFY(LIBAVFORMAT_BUILD)
 
 #include <time.h>
-
+#include <stdio.h>  /* FILE */
 #include "avcodec.h"
 
 #include "avio.h"
-- 
GitLab