diff options
author | Martin Storsjö <martin@martin.st> | 2010-06-23 11:26:33 +0000 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2010-06-23 11:26:33 +0000 |
commit | ed8d57665b24a37fdd2320749062a751239f0301 (patch) | |
tree | 799c70ac203f27f85d3c3070d5f49e7f6fe4f3ce | |
parent | 0dbfc1db21f76cf8f718c11d35a837f5734861a2 (diff) | |
download | ffmpeg-ed8d57665b24a37fdd2320749062a751239f0301.tar.gz |
Add all required includes to avio.h
Originally committed as revision 23734 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavformat/avio.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/avio.h b/libavformat/avio.h index f41f6fac41..f699a6eb98 100644 --- a/libavformat/avio.h +++ b/libavformat/avio.h @@ -31,6 +31,7 @@ #include <stdint.h> #include "libavutil/common.h" +#include "libavutil/log.h" /* unbuffered I/O */ |