mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-21 01:04:10 +08:00
[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:
parent
cc603b9dc9
commit
3c69d8be86
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user