--- old/src/java.desktop/share/native/libsplashscreen/libpng/pnginfo.h 2017-12-09 11:38:06.028083574 -0800 +++ new/src/java.desktop/share/native/libsplashscreen/libpng/pnginfo.h 2017-12-09 11:38:05.824083579 -0800 @@ -213,6 +213,14 @@ png_byte phys_unit_type; /* resolution type (see PNG_RESOLUTION_ below) */ #endif +#ifdef PNG_eXIf_SUPPORTED + int num_exif; /* Added at libpng-1.6.31 */ + png_bytep exif; +# ifdef PNG_READ_eXIf_SUPPORTED + png_bytep eXIf_buf; /* Added at libpng-1.6.32 */ +# endif +#endif + #ifdef PNG_hIST_SUPPORTED /* The hIST chunk contains the relative frequency or importance of the * various palette entries, so that a viewer can intelligently select a