diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2010-03-18 12:45:29 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2010-03-18 12:45:29 (GMT) |
commit | bcd6c3f7cca0b5cb888132f8d24230c15d03d5d0 (patch) | |
tree | 3efcd91499c80e5c3f24f31bacaa6b49ed1e7d98 /test/h5test.c | |
parent | 1809f040c928269cde2784e76dbcf4a72e02e930 (diff) | |
download | hdf5-bcd6c3f7cca0b5cb888132f8d24230c15d03d5d0.zip hdf5-bcd6c3f7cca0b5cb888132f8d24230c15d03d5d0.tar.gz hdf5-bcd6c3f7cca0b5cb888132f8d24230c15d03d5d0.tar.bz2 |
[svn-r18420] Description:
Re-run bin/reconfigure to catch up with recent rearrangements, remove some
unused srcdir headers and duplicated code in main test header.
Tested on:
Mac OS X/32 10.6.2 (amazon) w/debug & prod
Linux/32 2.6 (jam)
Diffstat (limited to 'test/h5test.c')
-rw-r--r-- | test/h5test.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/h5test.c b/test/h5test.c index 8e439cd..10ca47e 100644 --- a/test/h5test.c +++ b/test/h5test.c @@ -25,6 +25,7 @@ #include <sys/types.h> #include <sys/stat.h> #include "h5test.h" +#include "H5srcdir.h" #ifdef _WIN32 #include <process.h> |