diff mlp.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 45cfe1d44e86
children 18737839ed27
line wrap: on
line diff
--- a/mlp.c	Sun Jan 11 20:12:14 2009 +0000
+++ b/mlp.c	Sun Jan 11 22:19:48 2009 +0000
@@ -22,6 +22,7 @@
 #include <stdint.h>
 
 #include "libavutil/crc.h"
+#include "libavutil/intreadwrite.h"
 #include "mlp.h"
 
 const uint8_t ff_mlp_huffman_tables[3][18][2] = {