summaryrefslogtreecommitdiff
path: root/libavformat/avio.h
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2009-02-17 21:43:57 +0000
committerDiego Biurrun <diego@biurrun.de>2009-02-17 21:43:57 +0000
commit30f68128abb88511238c308eaba4139e32ce1244 (patch)
treeec2b18f0b8e3696ee2f9f46a40a6e7b1b7bef7da /libavformat/avio.h
parent1f1ff73156a93d6c911997b14181e6abad966d1f (diff)
Add missing #includes to fix 'make checkheaders'.
Originally committed as revision 17398 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/avio.h')
-rw-r--r--libavformat/avio.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavformat/avio.h b/libavformat/avio.h
index 3658c9ee53..84492d5a15 100644
--- a/libavformat/avio.h
+++ b/libavformat/avio.h
@@ -23,6 +23,8 @@
#include <stdint.h>
+#include "libavutil/common.h"
+
/* unbuffered I/O */
/**