From 24cc150d359fa33a7b7e432ffc038fbd3dff287a Mon Sep 17 00:00:00 2001 From: Dennis Heimbigner Date: Sun, 28 Apr 2024 17:49:53 -0600 Subject: [PATCH] gs1 --- libdap4/d4file.c | 1 + libhdf5/hdf5create.c | 1 + libhdf5/hdf5open.c | 1 + ncdump/tst_rcapi.c | 1 + ncdump/tst_rcmerge.c | 1 + oc2/ocinternal.c | 3 ++- 6 files changed, 7 insertions(+), 1 deletion(-) diff --git a/libdap4/d4file.c b/libdap4/d4file.c index 9f48cbc45f..e8ae665b1b 100644 --- a/libdap4/d4file.c +++ b/libdap4/d4file.c @@ -3,6 +3,7 @@ * See netcdf/COPYRIGHT file for copying and redistribution conditions. *********************************************************************/ +#include "config.h" #include "ncdispatch.h" #include "ncd4dispatch.h" #include "d4includes.h" diff --git a/libhdf5/hdf5create.c b/libhdf5/hdf5create.c index 78fe558ddb..6d96a35a38 100644 --- a/libhdf5/hdf5create.c +++ b/libhdf5/hdf5create.c @@ -10,6 +10,7 @@ #include "config.h" #include "netcdf.h" +#include "ncdispatch.h" #include "ncpathmgr.h" #include "ncpathmgr.h" #include "hdf5internal.h" diff --git a/libhdf5/hdf5open.c b/libhdf5/hdf5open.c index 63a1273002..26e132c2b1 100644 --- a/libhdf5/hdf5open.c +++ b/libhdf5/hdf5open.c @@ -10,6 +10,7 @@ */ #include "config.h" +#include "ncdispatch.h" #include "hdf5internal.h" #include "hdf5err.h" #include "hdf5debug.h" diff --git a/ncdump/tst_rcapi.c b/ncdump/tst_rcapi.c index a7bd0f2393..052ce7aa3a 100644 --- a/ncdump/tst_rcapi.c +++ b/ncdump/tst_rcapi.c @@ -14,6 +14,7 @@ #include #include "netcdf.h" +#include "ncdispatch.h" #undef DEBUG diff --git a/ncdump/tst_rcmerge.c b/ncdump/tst_rcmerge.c index 047b3ebe05..f421de78c5 100644 --- a/ncdump/tst_rcmerge.c +++ b/ncdump/tst_rcmerge.c @@ -3,6 +3,7 @@ #include #include "netcdf.h" #include "ncrc.h" +#include "ncdispatch.h" #include "nc4internal.h" static void diff --git a/oc2/ocinternal.c b/oc2/ocinternal.c index 681a010105..ab654066b7 100644 --- a/oc2/ocinternal.c +++ b/oc2/ocinternal.c @@ -25,7 +25,8 @@ #endif #include - +#include "config.h" +#include "ncdispatch.h" #include "nc4internal.h" #include "ocinternal.h" #include "ocdebug.h"