From 06e5bd488e0c7e38cd078f1d33e94e5e3ff79dda Mon Sep 17 00:00:00 2001 From: Shahram Najm Date: Thu, 13 Jun 2013 11:55:09 +0100 Subject: [PATCH] fixes for building under macosx: cannot use values.h --- tools/grib_to_netcdf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/grib_to_netcdf.c b/tools/grib_to_netcdf.c index 9e2848186..736049e43 100644 --- a/tools/grib_to_netcdf.c +++ b/tools/grib_to_netcdf.c @@ -19,7 +19,7 @@ #include #include -#include +#include #include #include "grib_tools.h"