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.c | |
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.c')
-rw-r--r-- | tools/h5toh4.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/h5toh4.c b/tools/h5toh4.c index ab7616e..2fc78ab 100644 --- a/tools/h5toh4.c +++ b/tools/h5toh4.c @@ -11,11 +11,10 @@ *****************************************************************************/ -#include <stdio.h> +#include "h5toh4.h" #include <errno.h> #include <string.h> #include <fcntl.h> -#include <h5toh4.h> extern int PrintOptions_h5toh4(void); extern char *BuildFilename(char *h5_filename, char *h4_extension); |