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/lmlm4.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libavformat/lmlm4.c') diff --git a/libavformat/lmlm4.c b/libavformat/lmlm4.c index 7f01124ad0..dc0a90125a 100644 --- a/libavformat/lmlm4.c +++ b/libavformat/lmlm4.c @@ -22,6 +22,7 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ +#include "libavutil/intreadwrite.h" #include "avformat.h" #define LMLM4_I_FRAME 0x00 -- cgit v1.2.3