changeset 4524:e2abb4e5017c libavformat

Add missing #includes to fix 'make checkheaders'.
author diego
date Tue, 17 Feb 2009 21:43:57 +0000
parents 74b5224649c0
children c66cf692bea0
files avio.h
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/avio.h	Tue Feb 17 21:41:50 2009 +0000
+++ b/avio.h	Tue Feb 17 21:43:57 2009 +0000
@@ -23,6 +23,8 @@
 
 #include <stdint.h>
 
+#include "libavutil/common.h"
+
 /* unbuffered I/O */
 
 /**