aboutsummaryrefslogtreecommitdiff
path: root/tools/tiffinfo.c
diff options
context:
space:
mode:
authorPřemysl Eric Janouch <p@janouch.name>2023-05-24 05:52:05 +0200
committerPřemysl Eric Janouch <p@janouch.name>2023-05-24 06:18:14 +0200
commita93fc3f88dd73a87cf889b9a161966d55edb1fde (patch)
treede75afaecf8b8d047c0e985e3dbc12c4e0cfb46f /tools/tiffinfo.c
parentd70aedffa8042fcfa79bfdaaa4e88009a3600418 (diff)
downloadfiv-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.c2
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,