Fix png compilation on windows

This commit is contained in:
Baudouin Raoult 2022-04-08 11:10:59 +01:00
parent 2715578e9d
commit 5f784c341e
1 changed files with 1 additions and 1 deletions

View File

@ -187,7 +187,7 @@ static int value_count(grib_accessor* a, long* n_vals)
#if HAVE_LIBPNG
#include "png.h"
#include <png.h>
typedef struct png_read_callback_data
{