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/dpcm.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libavcodec/dpcm.c') diff --git a/libavcodec/dpcm.c b/libavcodec/dpcm.c index 74ca9ec8ec..be976e842c 100644 --- a/libavcodec/dpcm.c +++ b/libavcodec/dpcm.c @@ -37,6 +37,7 @@ * the fourcc 'Axan' in the 'auds' chunk of the AVI header. */ +#include "libavutil/intreadwrite.h" #include "avcodec.h" typedef struct DPCMContext { -- cgit v1.2.3