Skip to content

Commit

Permalink
Include ompi_config.h in reduce_local.c
Browse files Browse the repository at this point in the history
Signed-off-by: Joseph Schuchart <[email protected]>
  • Loading branch information
devreal committed Dec 16, 2024
1 parent f564668 commit cdb4649
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/datatype/reduce_local.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
/* needed for posix_memalign() and getopt() */
#define _POSIX_C_SOURCE 200809L

#include "ompi_config.h"
#include <stdbool.h>
#include <stdint.h>
#include <stdio.h>
Expand Down

0 comments on commit cdb4649

Please sign in to comment.