summaryrefslogtreecommitdiffstats
path: root/test/gen_new_group.c
diff options
context:
space:
mode:
authorJames Laird <jlaird@hdfgroup.org>2006-10-03 14:13:59 (GMT)
committerJames Laird <jlaird@hdfgroup.org>2006-10-03 14:13:59 (GMT)
commit858cbb7c09386639f74288a8b1e9819848b70234 (patch)
tree73701b614e8c6efd3c28fdca3aa88e0b3e5c9f40 /test/gen_new_group.c
parentdc1a35a8433faf5f618966cad4549a6ca941ebe1 (diff)
downloadhdf5-858cbb7c09386639f74288a8b1e9819848b70234.zip
hdf5-858cbb7c09386639f74288a8b1e9819848b70234.tar.gz
hdf5-858cbb7c09386639f74288a8b1e9819848b70234.tar.bz2
[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.
Diffstat (limited to 'test/gen_new_group.c')
-rw-r--r--test/gen_new_group.c1
1 files changed, 1 insertions, 0 deletions
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"