mirror of
https://github.com/webmproject/libwebp.git
synced 2024-12-26 13:48:21 +01:00
dwebp: include setjmp.h w/WEBP_HAVE_PNG
setjmp() is used in WritePNG().
(cherry picked from commit 775dfad297
)
Change-Id: Iadd836272fc7d368d635c891507ce2a08c4d3dec
This commit is contained in:
parent
90f1ec58a9
commit
0a4391a196
@ -22,6 +22,7 @@
|
||||
|
||||
#ifdef WEBP_HAVE_PNG
|
||||
#include <png.h>
|
||||
#include <setjmp.h> // note: this must be included *after* png.h
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_WINCODEC_H
|
||||
|
Loading…
Reference in New Issue
Block a user