Skip to content

Commit edd9a7c

Browse files
committed
Include ompi_config.h in reduce_local.c
Signed-off-by: Joseph Schuchart <[email protected]>
1 parent 1a86e0b commit edd9a7c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/datatype/reduce_local.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
/* needed for posix_memalign() and getopt() */
2121
#define _POSIX_C_SOURCE 200809L
2222

23+
#include "ompi_config.h"
2324
#include <stdbool.h>
2425
#include <stdint.h>
2526
#include <stdio.h>

0 commit comments

Comments
 (0)