[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[netCDF #JJM-789513]: [PATCH] netcdf-4.2: Fix missing include of config.h
- Subject: [netCDF #JJM-789513]: [PATCH] netcdf-4.2: Fix missing include of config.h
- Date: Tue, 05 Jun 2012 09:15:18 -0600
Hi Andreas,
> Include "config.h" in oc/xxdr.c to get a consistent setting of
> _FILE_OFFSET_BITS.
> ---
> oc/xxdr.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/oc/xxdr.c b/oc/xxdr.c
> index 22c276d..9a93038 100644
> --- a/oc/xxdr.c
> +++ b/oc/xxdr.c
> @@ -40,6 +40,7 @@
>
> #undef XXDRTRACE
>
> +#include "config.h"
> #include <stdlib.h>
> #include <stdio.h>
> #include <assert.h>
> --
> 1.7.10.3
Thanks for the patch! We've incorporated it into the current netCDF
snapshot and the separately maintained OPeNDAP client software.
--Russ
Russ Rew UCAR Unidata Program
address@hidden http://www.unidata.ucar.edu
Ticket Details
===================
Ticket ID: JJM-789513
Department: Support netCDF
Priority: Normal
Status: Closed