summaryrefslogtreecommitdiff
path: root/libavcodec/bytestream.h
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2009-01-11 22:19:48 +0000
committerDiego Biurrun <diego@biurrun.de>2009-01-11 22:19:48 +0000
commit6a5d31ac25f55248af5725287833d007ff78b188 (patch)
tree38b495992e3e320f4cb83d99b725714b7b2d616c /libavcodec/bytestream.h
parent7b04b8a0578a29f6403a8da74a94d1015c51c7ab (diff)
Fix build: Add intreadwrite.h and bswap.h #includes where necessary.
Originally committed as revision 16556 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/bytestream.h')
-rw-r--r--libavcodec/bytestream.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/bytestream.h b/libavcodec/bytestream.h
index e0d7111d17..0f2178a86e 100644
--- a/libavcodec/bytestream.h
+++ b/libavcodec/bytestream.h
@@ -23,6 +23,7 @@
#define AVCODEC_BYTESTREAM_H
#include "libavutil/common.h"
+#include "libavutil/intreadwrite.h"
#define DEF_T(type, name, bytes, read, write) \
static av_always_inline type bytestream_get_ ## name(const uint8_t **b){\