summaryrefslogtreecommitdiff
path: root/libavformat
diff options
context:
space:
mode:
authorZdenek Kabelac <kabi@informatics.muni.cz>2003-11-13 22:15:11 +0000
committerZdenek Kabelac <kabi@informatics.muni.cz>2003-11-13 22:15:11 +0000
commit67070e4f296d1adb2bb7dbb8766a56d234adb804 (patch)
tree70f904ece47f98984fa8bd0f64b3aac18eb1fbd9 /libavformat
parent57489bc511e6781055a20f4d38258a5c61302560 (diff)
* *FILE needs <stdio.h>
Originally committed as revision 2515 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat')
-rw-r--r--libavformat/avformat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/avformat.h b/libavformat/avformat.h
index 07fa7f1e5a..8aaedeb319 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"