diff options
author | Diego Biurrun <diego@biurrun.de> | 2009-01-11 22:19:48 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2009-01-11 22:19:48 +0000 |
commit | 6a5d31ac25f55248af5725287833d007ff78b188 (patch) | |
tree | 38b495992e3e320f4cb83d99b725714b7b2d616c /libavcodec/rl2.c | |
parent | 7b04b8a0578a29f6403a8da74a94d1015c51c7ab (diff) | |
download | ffmpeg-6a5d31ac25f55248af5725287833d007ff78b188.tar.gz |
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/rl2.c')
-rw-r--r-- | libavcodec/rl2.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/rl2.c b/libavcodec/rl2.c index ad830e7b65..2bd7b157df 100644 --- a/libavcodec/rl2.c +++ b/libavcodec/rl2.c @@ -32,6 +32,7 @@ #include <string.h> #include <unistd.h> +#include "libavutil/intreadwrite.h" #include "avcodec.h" |