Merge pull request #1694 from randy408/spng_include

Update include path for libspng
This commit is contained in:
John Cupitt 2020-06-24 21:25:36 +01:00 committed by GitHub
commit 31184ddb57
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -52,7 +52,7 @@
#ifdef HAVE_SPNG
#include <spng.h>
#include <spng/spng.h>
typedef struct _VipsForeignLoadPng {
VipsForeignLoad parent_object;