diff src/ffmpeg/libavformat/avformat.h @ 825:3cbdc6e19d7c trunk

[svn] - make this compile again
author nenolod
date Mon, 12 Mar 2007 14:37:31 -0700
parents a195f1259a6b
children
line wrap: on
line diff
--- a/src/ffmpeg/libavformat/avformat.h	Mon Mar 12 14:19:59 2007 -0700
+++ b/src/ffmpeg/libavformat/avformat.h	Mon Mar 12 14:37:31 2007 -0700
@@ -18,6 +18,10 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
+#include <time.h>
+#include <stdio.h>  /* FILE */
+#include <string.h>
+
 #ifndef AVFORMAT_H
 #define AVFORMAT_H
 
@@ -37,7 +41,7 @@
 #include <time.h>
 #include <stdio.h>  /* FILE */
 #include "avcodec.h"
-
+#include "common.h"
 #include "avio.h"
 
 /* packet functions */