diff tiff.h @ 5162:4394344397d8 libavcodec

include all prerequisites in header files
author mru
date Sat, 16 Jun 2007 22:59:13 +0000
parents bca8924ed36c
children 2b72f9bc4f06
line wrap: on
line diff
--- a/tiff.h	Sat Jun 16 22:58:43 2007 +0000
+++ b/tiff.h	Sat Jun 16 22:59:13 2007 +0000
@@ -28,6 +28,8 @@
 #ifndef TIFF_H
 #define TIFF_H
 
+#include <stdint.h>
+
 /** abridged list of TIFF tags */
 enum TiffTags{
     TIFF_SUBFILE = 0xfe,