diff msrledec.c @ 8573:2acf0ae7b041 libavcodec

Fix build: Add intreadwrite.h and bswap.h #includes where necessary.
author diego
date Sun, 11 Jan 2009 22:19:48 +0000
parents ce2bb0ae8587
children e9d9d946f213
line wrap: on
line diff
--- a/msrledec.c	Sun Jan 11 20:12:14 2009 +0000
+++ b/msrledec.c	Sun Jan 11 22:19:48 2009 +0000
@@ -26,6 +26,7 @@
  *   http://www.multimedia.cx/msrle.txt
  */
 
+#include "libavutil/intreadwrite.h"
 #include "avcodec.h"
 
 #define FETCH_NEXT_STREAM_BYTE() \