]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/idcin.c
Fix build: Add intreadwrite.h and bswap.h #includes where necessary.
[ffmpeg] / libavformat / idcin.c
index 55ad28b080fc4f41f69bb9e166e6baed0b16331e..a0361899b53c1b057658c3c2b9c54869f93bae0f 100644 (file)
@@ -68,6 +68,7 @@
  *       transmitting them to the video decoder
  */
 
+#include "libavutil/intreadwrite.h"
 #include "avformat.h"
 
 #define HUFFMAN_TABLE_SIZE (64 * 1024)