summaryrefslogtreecommitdiff
path: root/pngstruct.h
diff options
context:
space:
mode:
Diffstat (limited to 'pngstruct.h')
-rw-r--r--pngstruct.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/pngstruct.h b/pngstruct.h
index 749d7e35b..1e1c5f8f3 100644
--- a/pngstruct.h
+++ b/pngstruct.h
@@ -479,5 +479,8 @@ struct png_struct_def
png_colorspace colorspace;
#endif
#endif
+
+/* New member added in libpng-1.6.30 */
+ int num_exif;
};
#endif /* PNGSTRUCT_H */