Skip to content

Commit 7b61093

Browse files
authored
Merge pull request #9178 from shintaro-iwasaki/pr/fix_mpirun_errno
tools/mpirun: include errno.h explicitly
2 parents d6c573d + 451bcf7 commit 7b61093

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ompi/tools/mpirun/main.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
#include <stdio.h>
1111
#include <stdlib.h>
1212
#include <unistd.h>
13+
#include <errno.h>
1314
#if HAVE_SYS_STAT_H
1415
# include <sys/stat.h>
1516
#endif /* HAVE_SYS_STAT_H */

0 commit comments

Comments
 (0)