diff avformat.h @ 314:8756dec3281f libavformat

* *FILE needs <stdio.h>
author kabi
date Thu, 13 Nov 2003 22:15:11 +0000
parents 2833c2311b66
children ff595fc022ff
line wrap: on
line diff
--- a/avformat.h	Wed Nov 12 21:56:57 2003 +0000
+++ b/avformat.h	Thu Nov 13 22:15:11 2003 +0000
@@ -12,7 +12,7 @@
 #define LIBAVFORMAT_IDENT	"FFmpeg" FFMPEG_VERSION "b" AV_STRINGIFY(LIBAVFORMAT_BUILD)
 
 #include <time.h>
-
+#include <stdio.h>  /* FILE */
 #include "avcodec.h"
 
 #include "avio.h"