diff avformat.h @ 3616:bf39ed8d3d69 libavformat

Add missing header #includes.
author diego
date Fri, 01 Aug 2008 16:29:26 +0000
parents b9898249bab0
children 74fbde8871c4
line wrap: on
line diff
--- a/avformat.h	Thu Jul 31 19:44:42 2008 +0000
+++ b/avformat.h	Fri Aug 01 16:29:26 2008 +0000
@@ -35,6 +35,7 @@
 
 #define LIBAVFORMAT_IDENT       "Lavf" AV_STRINGIFY(LIBAVFORMAT_VERSION)
 
+#include <stdint.h>
 #include <time.h>
 #include <stdio.h>  /* FILE */
 #include "libavcodec/avcodec.h"