summaryrefslogtreecommitdiff
path: root/source/fitz/document-all.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/fitz/document-all.c')
-rw-r--r--source/fitz/document-all.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/fitz/document-all.c b/source/fitz/document-all.c
index 92b1c037..e1eb4a58 100644
--- a/source/fitz/document-all.c
+++ b/source/fitz/document-all.c
@@ -6,4 +6,5 @@ void fz_register_document_handlers(fz_context *ctx)
fz_register_document_handler(ctx, &xps_document_handler);
fz_register_document_handler(ctx, &cbz_document_handler);
fz_register_document_handler(ctx, &img_document_handler);
+ fz_register_document_handler(ctx, &tiff_document_handler);
}