From cfd2cc49fdb1ddaa464bbd62c3181860b5a6db67 Mon Sep 17 00:00:00 2001 From: Ralph Castain Date: Sat, 23 May 2015 11:22:24 -0700 Subject: [PATCH] Get the Java bindings to compile again - add missing header --- ompi/mpi/java/c/mpi_MPI.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ompi/mpi/java/c/mpi_MPI.c b/ompi/mpi/java/c/mpi_MPI.c index cf37a6149c..414d80903b 100644 --- a/ompi/mpi/java/c/mpi_MPI.c +++ b/ompi/mpi/java/c/mpi_MPI.c @@ -12,7 +12,8 @@ * All rights reserved. * Copyright (c) 2015 Los Alamos National Security, LLC. All rights * reserved. - * Copyright (c) 2015 Cisco Systems, Inc. All rights reserved. + * Copyright (c) 2015 Cisco Systems, Inc. All rights reserved. + * Copyright (c) 2015 Intel, Inc. All rights reserved. * $COPYRIGHT$ * * Additional copyrights may follow @@ -74,6 +75,7 @@ #include "mpi.h" #include "ompi/errhandler/errcode.h" +#include "ompi/errhandler/errcode-internal.h" #include "ompi/datatype/ompi_datatype.h" #include "mpi_MPI.h" #include "mpiJava.h"