Skip to content

Commit dfe7b2b

Browse files
committed
fortran/use-mpi-f08-desc: add a missing include file
Signed-off-by: Gilles Gouaillardet <[email protected]>
1 parent 2c71c27 commit dfe7b2b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ompi/mpi/fortran/use-mpi-f08-desc/OMPI_Fortran_binding_c.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
#include "ompi_config.h"
66
#include "ISO_Fortran_binding.h"
7+
#include <malloc.h>
78
#include <stdio.h>
89

910
#define DEBUG_PRINT 0

0 commit comments

Comments
 (0)