diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2002-12-02 13:15:36 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2002-12-02 13:15:36 (GMT) |
commit | 4c546d9e6ee7bae685476df6cd4e627eaab5de12 (patch) | |
tree | 7ed202204f51e1f0ce28767ebd688fc4223a5b30 /test/h5test.c | |
parent | a59ed2ca4ca251c1221b4713e665d8abe9b9ec94 (diff) | |
download | hdf5-4c546d9e6ee7bae685476df6cd4e627eaab5de12.zip hdf5-4c546d9e6ee7bae685476df6cd4e627eaab5de12.tar.gz hdf5-4c546d9e6ee7bae685476df6cd4e627eaab5de12.tar.bz2 |
[svn-r6143] *** empty log message ***
Diffstat (limited to 'test/h5test.c')
-rw-r--r-- | test/h5test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/h5test.c b/test/h5test.c index 724a0ac..d1c2f74 100644 --- a/test/h5test.c +++ b/test/h5test.c @@ -10,9 +10,9 @@ */ #undef NDEBUG /*override -DNDEBUG */ -#include "h5test.h" #include <sys/types.h> #include <sys/stat.h> +#include "h5test.h" #ifdef WIN32 #include <process.h> |