diff asf.h @ 2171:a6d6b2b19341 libavformat

include all prerequisites in header files
author mru
date Sat, 16 Jun 2007 22:59:13 +0000
parents bf6a0dd6d7be
children 92f61ed53965
line wrap: on
line diff
--- a/asf.h	Sat Jun 16 14:52:05 2007 +0000
+++ b/asf.h	Sat Jun 16 22:59:13 2007 +0000
@@ -17,6 +17,10 @@
  * License along with FFmpeg; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
+
+#include <stdint.h>
+#include "avformat.h"
+
 #define PACKET_SIZE 3200
 
 typedef struct {