From 643921d9cb0450c94808f72576e7087efef856b2 Mon Sep 17 00:00:00 2001 From: Dennis Heimbigner Date: Sun, 28 Apr 2024 16:00:58 -0600 Subject: [PATCH] x20 --- include/ncdispatch.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/include/ncdispatch.h b/include/ncdispatch.h index a9ba99a637..d5e9ae6317 100644 --- a/include/ncdispatch.h +++ b/include/ncdispatch.h @@ -27,6 +27,9 @@ #include "netcdf_par.h" #endif #include "netcdf_dispatch.h" +#ifdef USE_NETCDF4 +#include "nc4internal.h" +#endif #define longtype ((sizeof(long) == sizeof(int) ? NC_INT : NC_INT64)) @@ -287,7 +290,9 @@ typedef struct NCglobalstate { int threshold; int alignment; } alignment; +#ifdef USE_NETCDF4 struct ChunkCache chunkcache; +#endif } NCglobalstate; #if defined(__cplusplus)