diff avio.h @ 4524:e2abb4e5017c libavformat

Add missing #includes to fix 'make checkheaders'.
author diego
date Tue, 17 Feb 2009 21:43:57 +0000
parents dee012239d99
children ac9bab4919a2
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 */
 
 /**