[svn-r2417] Include sys/stat.h in case it is not included in some platforms

like Cray T90.  Tested on linux.
This commit is contained in:
Albert Cheng 2000-06-27 12:57:00 -05:00
parent cc603b9dc9
commit 3c69d8be86

View File

@ -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.