diff tiff.c @ 10635:2938c3bc34c7 libavcodec

lzw.h does not need get_bits.h, tiff.c needs intreadwrite.h for AV_R* though
author bcoudurier
date Thu, 03 Dec 2009 19:19:57 +0000
parents bdf4a9ca162a
children 8a4984c5cacc
line wrap: on
line diff
--- a/tiff.c	Thu Dec 03 19:17:39 2009 +0000
+++ b/tiff.c	Thu Dec 03 19:19:57 2009 +0000
@@ -32,7 +32,7 @@
 #include "tiff.h"
 #include "faxcompr.h"
 #include "libavutil/common.h"
-
+#include "libavutil/intreadwrite.h"
 
 typedef struct TiffContext {
     AVCodecContext *avctx;