diff options
author | James Laird <jlaird@hdfgroup.org> | 2006-10-03 14:13:59 (GMT) |
---|---|---|
committer | James Laird <jlaird@hdfgroup.org> | 2006-10-03 14:13:59 (GMT) |
commit | 858cbb7c09386639f74288a8b1e9819848b70234 (patch) | |
tree | 73701b614e8c6efd3c28fdca3aa88e0b3e5c9f40 /test | |
parent | dc1a35a8433faf5f618966cad4549a6ca941ebe1 (diff) | |
download | hdf5-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')
-rw-r--r-- | test/gen_new_group.c | 1 |
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" |