asfdec: add missing #include for av_bswap32()
authorMans Rullgard <mans@mansr.com>
Thu, 19 May 2011 11:31:05 +0000 (12:31 +0100)
committerMans Rullgard <mans@mansr.com>
Thu, 19 May 2011 11:38:43 +0000 (12:38 +0100)
Signed-off-by: Mans Rullgard <mans@mansr.com>
libavformat/asfdec.c

index ed02d40..30642a6 100644 (file)
@@ -21,6 +21,7 @@
 
 //#define DEBUG
 
+#include "libavutil/bswap.h"
 #include "libavutil/common.h"
 #include "libavutil/avstring.h"
 #include "libavcodec/mpegaudio.h"