From a93fc3f88dd73a87cf889b9a161966d55edb1fde Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Eric=20Janouch?= Date: Wed, 24 May 2023 05:52:05 +0200 Subject: Make TIFF and JPEG info extractors co-recursive --- tools/tiffinfo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/tiffinfo.c') diff --git a/tools/tiffinfo.c b/tools/tiffinfo.c index da629c6..97f2309 100644 --- a/tools/tiffinfo.c +++ b/tools/tiffinfo.c @@ -20,9 +20,9 @@ #include #include +#include #include #include -#include // This is essentially the same as jpeginfo.c, but we only have an Exif segment. // TODO(p): Photoshop data and ICC profiles also have their tag, -- cgit v1.2.3