From 99545457bf1175d55e4eaa2c061dbf0faeb661ec Mon Sep 17 00:00:00 2001 From: Måns Rullgård Date: Sat, 16 Jun 2007 22:59:13 +0000 Subject: include all prerequisites in header files Originally committed as revision 9344 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/tiff.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libavcodec/tiff.h') diff --git a/libavcodec/tiff.h b/libavcodec/tiff.h index 4e51de24d3..09ba3fd9db 100644 --- a/libavcodec/tiff.h +++ b/libavcodec/tiff.h @@ -28,6 +28,8 @@ #ifndef TIFF_H #define TIFF_H +#include + /** abridged list of TIFF tags */ enum TiffTags{ TIFF_SUBFILE = 0xfe, -- cgit v1.2.3