diff options
author | Elena Pourmal <epourmal@hdfgroup.org> | 2005-09-13 03:21:00 (GMT) |
---|---|---|
committer | Elena Pourmal <epourmal@hdfgroup.org> | 2005-09-13 03:21:00 (GMT) |
commit | 946f03bd2c4fd8208e3c22d5da3c9a279f46f413 (patch) | |
tree | 65b93d158112b597f5c3c65ea38fe39b56a9df4a /tools/misc | |
parent | 8d2783a2e099dc596dd9e798507e4cf69ce3b09e (diff) | |
download | hdf5-946f03bd2c4fd8208e3c22d5da3c9a279f46f413.zip hdf5-946f03bd2c4fd8208e3c22d5da3c9a279f46f413.tar.gz hdf5-946f03bd2c4fd8208e3c22d5da3c9a279f46f413.tar.bz2 |
[svn-r11404] Purpose: Maintenance
Description: Brought back changes from SX-6.
Solution: Program will not compile. Fixed.
Platforms tested: SX-6, heping and mir with new g95
Misc. update:
Diffstat (limited to 'tools/misc')
-rw-r--r-- | tools/misc/h5repart_gentest.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/misc/h5repart_gentest.c b/tools/misc/h5repart_gentest.c index 913d066..df56e72 100644 --- a/tools/misc/h5repart_gentest.c +++ b/tools/misc/h5repart_gentest.c @@ -20,6 +20,7 @@ * for h5repart test. */ #include "hdf5.h" +#include "H5private.h" #define KB 1024 #define FAMILY_NUMBER 4 |