diff options
Diffstat (limited to 'thirdparty/libpng/pngstruct.h')
-rw-r--r-- | thirdparty/libpng/pngstruct.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/thirdparty/libpng/pngstruct.h b/thirdparty/libpng/pngstruct.h index 749d7e35b1..44b79dea74 100644 --- a/thirdparty/libpng/pngstruct.h +++ b/thirdparty/libpng/pngstruct.h @@ -479,5 +479,8 @@ struct png_struct_def png_colorspace colorspace; #endif #endif + +/* New member added in libpng-1.6.31 */ + int num_exif; }; #endif /* PNGSTRUCT_H */ |