mirror of https://github.com/ecmwf/eccodes.git
Fix png compilation on windows
This commit is contained in:
parent
2715578e9d
commit
5f784c341e
|
@ -187,7 +187,7 @@ static int value_count(grib_accessor* a, long* n_vals)
|
||||||
|
|
||||||
#if HAVE_LIBPNG
|
#if HAVE_LIBPNG
|
||||||
|
|
||||||
#include "png.h"
|
#include <png.h>
|
||||||
|
|
||||||
typedef struct png_read_callback_data
|
typedef struct png_read_callback_data
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue