summaryrefslogtreecommitdiff
path: root/libavformat/avio.h
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2010-06-23 11:26:33 +0000
committerMartin Storsjö <martin@martin.st>2010-06-23 11:26:33 +0000
commited8d57665b24a37fdd2320749062a751239f0301 (patch)
tree799c70ac203f27f85d3c3070d5f49e7f6fe4f3ce /libavformat/avio.h
parent0dbfc1db21f76cf8f718c11d35a837f5734861a2 (diff)
Add all required includes to avio.h
Originally committed as revision 23734 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/avio.h')
-rw-r--r--libavformat/avio.h1
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 */