diff --git a/libvips/foreign/vipspng.c b/libvips/foreign/vipspng.c index 66e83ec2..d21259d5 100644 --- a/libvips/foreign/vipspng.c +++ b/libvips/foreign/vipspng.c @@ -87,6 +87,7 @@ #include #include +#include #include #include @@ -105,7 +106,7 @@ user_error_function( png_structp png_ptr, png_const_charp error_msg ) { vips_error( "vipspng", "%s", error_msg ); - /* This function must not return, or the default error handler will be + /* This function must not return or the default error handler will be * invoked. */ longjmp( png_jmpbuf( png_ptr ), -1 );