diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2023-05-24 05:52:05 +0200 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2023-05-24 06:18:14 +0200 |
commit | a93fc3f88dd73a87cf889b9a161966d55edb1fde (patch) | |
tree | de75afaecf8b8d047c0e985e3dbc12c4e0cfb46f /tools/tiffinfo.c | |
parent | d70aedffa8042fcfa79bfdaaa4e88009a3600418 (diff) | |
download | fiv-a93fc3f88dd73a87cf889b9a161966d55edb1fde.tar.gz fiv-a93fc3f88dd73a87cf889b9a161966d55edb1fde.tar.xz fiv-a93fc3f88dd73a87cf889b9a161966d55edb1fde.zip |
Make TIFF and JPEG info extractors co-recursive
Diffstat (limited to 'tools/tiffinfo.c')
-rw-r--r-- | tools/tiffinfo.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 <jv.h> #include <errno.h> +#include <stdio.h> #include <stdlib.h> #include <string.h> -#include <stdbool.h> // 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, |