From cdb4649e00e959ddbc3396ec598ba349bbb340a4 Mon Sep 17 00:00:00 2001 From: Joseph Schuchart Date: Wed, 9 Oct 2024 09:13:29 -0400 Subject: [PATCH] Include ompi_config.h in reduce_local.c Signed-off-by: Joseph Schuchart --- test/datatype/reduce_local.c | 1 + 1 file changed, 1 insertion(+) diff --git a/test/datatype/reduce_local.c b/test/datatype/reduce_local.c index baa14310c50..9f1c06d4ba0 100644 --- a/test/datatype/reduce_local.c +++ b/test/datatype/reduce_local.c @@ -20,6 +20,7 @@ /* needed for posix_memalign() and getopt() */ #define _POSIX_C_SOURCE 200809L +#include "ompi_config.h" #include #include #include