Skip to content

Commit 50952c3

Browse files
authored
Merge pull request #1912 from rivis/pr/mpisync
mpisync: Fix a compilation error.
2 parents 59d6537 + 2a932f4 commit 50952c3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ompi/tools/mpisync/sync.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
* $HEADER$
99
*/
1010

11+
#include "opal_config.h"
12+
1113
#include <stdio.h>
1214
#include <mpi.h>
1315
#include <unistd.h>

0 commit comments

Comments
 (0)