Update spngload.c

This commit is contained in:
Randy 2020-06-24 17:10:26 +02:00 committed by GitHub
parent 273ff003de
commit 1128401d3a
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.h>
#include <spng/spng.h>
typedef struct _VipsForeignLoadPng {
VipsForeignLoad parent_object;