Skip to content

Commit c4d9812

Browse files
authored
Merge pull request #10385 from giordano/mg/sys-stat
ompi/mca/sharedfp/sm: Include missing `sys/stat.h` in `sharedfp_sm.c`
2 parents 7edd3cb + 238f6fa commit c4d9812

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

ompi/mca/sharedfp/sm/sharedfp_sm.c

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,11 @@
2727
*/
2828

2929
#include "ompi_config.h"
30+
31+
#if HAVE_SYS_STAT_H
32+
# include <sys/stat.h>
33+
#endif /* HAVE_SYS_STAT_H */
34+
3035
#include "mpi.h"
3136
#include "opal/util/printf.h"
3237
#include "ompi/mca/sharedfp/sharedfp.h"

0 commit comments

Comments
 (0)