From 6a5d31ac25f55248af5725287833d007ff78b188 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Sun, 11 Jan 2009 22:19:48 +0000 Subject: Fix build: Add intreadwrite.h and bswap.h #includes where necessary. Originally committed as revision 16556 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/bytestream.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libavcodec/bytestream.h') 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){\ -- cgit v1.2.3