diff options
author | Zdenek Kabelac <kabi@informatics.muni.cz> | 2003-11-13 22:15:11 +0000 |
---|---|---|
committer | Zdenek Kabelac <kabi@informatics.muni.cz> | 2003-11-13 22:15:11 +0000 |
commit | 67070e4f296d1adb2bb7dbb8766a56d234adb804 (patch) | |
tree | 70f904ece47f98984fa8bd0f64b3aac18eb1fbd9 /libavformat/avformat.h | |
parent | 57489bc511e6781055a20f4d38258a5c61302560 (diff) | |
download | ffmpeg-67070e4f296d1adb2bb7dbb8766a56d234adb804.tar.gz |
* *FILE needs <stdio.h>
Originally committed as revision 2515 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/avformat.h')
-rw-r--r-- | libavformat/avformat.h | 2 |
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" |