From 39465fed12b27c444d331f452eec04e5ac7f079a Mon Sep 17 00:00:00 2001 From: Ward Fisher Date: Tue, 6 Feb 2018 13:14:15 -0600 Subject: [PATCH] Added include to config.h --- nc_test/tst_open_cdf5.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nc_test/tst_open_cdf5.c b/nc_test/tst_open_cdf5.c index f60ea7d96..1d5e9b5f6 100644 --- a/nc_test/tst_open_cdf5.c +++ b/nc_test/tst_open_cdf5.c @@ -1,3 +1,4 @@ +#include "config.h" #include #include #include @@ -22,4 +23,3 @@ int main(int argc, char *argv[]) return (nerrs > 0); } -