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 --- libavformat/4xm.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libavformat/4xm.c') diff --git a/libavformat/4xm.c b/libavformat/4xm.c index f5a8a7e77d..c792a776ef 100644 --- a/libavformat/4xm.c +++ b/libavformat/4xm.c @@ -27,6 +27,7 @@ * http://www.pcisys.net/~melanson/codecs/ */ +#include "libavutil/intreadwrite.h" #include "avformat.h" #define RIFF_TAG MKTAG('R', 'I', 'F', 'F') -- cgit v1.2.3