From 3c69d8be869a63b633d5cdd8df18d0a5285e97ae Mon Sep 17 00:00:00 2001 From: Albert Cheng Date: Tue, 27 Jun 2000 12:57:00 -0500 Subject: [svn-r2417] Include sys/stat.h in case it is not included in some platforms like Cray T90. Tested on linux. --- tools/h5toh4.h | 4 ++++ 1 file changed, 4 insertions(+) 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 #include +#ifdef HAVE_SYS_STAT_H +# include +#endif + /* * Copyright © 1998 NCSA * All rights reserved. -- cgit v0.12