Merge pull request #1695 from randy408/revert-1694-spng_include

Revert "Update include path for libspng"
This commit is contained in:
John Cupitt 2020-06-28 15:02:21 +01:00 committed by GitHub
commit e1a4b98be9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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