diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 1999-09-29 00:31:07 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 1999-09-29 00:31:07 (GMT) |
commit | 21b0e20bf7f863af4d0dbdc5e59a787e9e43f5a0 (patch) | |
tree | 0f0bf3922f618ef899701e75f5eedd6212174fef /tools/h5toh4.h | |
parent | 523f5cebb2bd446bba9b9c6e91f4335f67d90ea1 (diff) | |
download | hdf5-21b0e20bf7f863af4d0dbdc5e59a787e9e43f5a0.zip hdf5-21b0e20bf7f863af4d0dbdc5e59a787e9e43f5a0.tar.gz hdf5-21b0e20bf7f863af4d0dbdc5e59a787e9e43f5a0.tar.bz2 |
[svn-r1691] Portability tweaks and warnings fixed
Diffstat (limited to 'tools/h5toh4.h')
-rw-r--r-- | tools/h5toh4.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/h5toh4.h b/tools/h5toh4.h index 4436288..edc4b52 100644 --- a/tools/h5toh4.h +++ b/tools/h5toh4.h @@ -1,8 +1,8 @@ #ifndef _H5TOH4_H #define _H5TOH4_H -#include <hdf5.h> #include <mfhdf.h> +#include <hdf5.h> /* * Copyright © 1998 NCSA |