# HG changeset patch # User diego # Date 1234907037 0 # Node ID e2abb4e5017c1185e5f7c4f327c8bd791d793fa8 # Parent 74b5224649c042e90c7c1811d8d36ac996458331 Add missing #includes to fix 'make checkheaders'. diff -r 74b5224649c0 -r e2abb4e5017c avio.h --- 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 +#include "libavutil/common.h" + /* unbuffered I/O */ /**