From 858cbb7c09386639f74288a8b1e9819848b70234 Mon Sep 17 00:00:00 2001 From: James Laird Date: Tue, 3 Oct 2006 09:13:59 -0500 Subject: [svn-r12710] Added an include for "h5test.h" to test/gen_new_group.c to fix a compilation error. Since this is a "gen" program that generates a test file, it isn't always built. Use ./configure --enable-build-all to test it. --- test/gen_new_group.c | 1 + 1 file changed, 1 insertion(+) diff --git a/test/gen_new_group.c b/test/gen_new_group.c index 8d09a8a..e063f70 100644 --- a/test/gen_new_group.c +++ b/test/gen_new_group.c @@ -27,6 +27,7 @@ */ #include "hdf5.h" +#include "h5test.h" #define FILENAME "group_new.h5" -- cgit v0.12