summaryrefslogtreecommitdiffstats
path: root/tools/h5toh4.h
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2000-06-27 17:57:00 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2000-06-27 17:57:00 (GMT)
commit3c69d8be869a63b633d5cdd8df18d0a5285e97ae (patch)
treeaea0a8767e8db66592e2314537da65a3e82585ab /tools/h5toh4.h
parentcc603b9dc9009f77383f25bead98e5765a849ca1 (diff)
downloadhdf5-3c69d8be869a63b633d5cdd8df18d0a5285e97ae.zip
hdf5-3c69d8be869a63b633d5cdd8df18d0a5285e97ae.tar.gz
hdf5-3c69d8be869a63b633d5cdd8df18d0a5285e97ae.tar.bz2
[svn-r2417] Include sys/stat.h in case it is not included in some platforms
like Cray T90. Tested on linux.
Diffstat (limited to 'tools/h5toh4.h')
-rw-r--r--tools/h5toh4.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/h5toh4.h b/tools/h5toh4.h
index edc4b52..c262948 100644
--- a/tools/h5toh4.h
+++ b/tools/h5toh4.h
@@ -4,6 +4,10 @@
#include <mfhdf.h>
#include <hdf5.h>
+#ifdef HAVE_SYS_STAT_H
+# include <sys/stat.h>
+#endif
+
/*
* Copyright © 1998 NCSA
* All rights reserved.