From 9d2f5f6b1f6fb9e7fee0749484b641b4344fbdf8 Mon Sep 17 00:00:00 2001 From: Ralph Castain Date: Sat, 29 Mar 2014 19:10:26 +0000 Subject: [PATCH] Silence warning cmr=v1.8:reviewer=ompi-gk1.8 This commit was SVN r31294. --- orte/mca/grpcomm/pmi/pmi2_pmap_parser.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/orte/mca/grpcomm/pmi/pmi2_pmap_parser.c b/orte/mca/grpcomm/pmi/pmi2_pmap_parser.c index 9f08486225..8c307a6a73 100644 --- a/orte/mca/grpcomm/pmi/pmi2_pmap_parser.c +++ b/orte/mca/grpcomm/pmi/pmi2_pmap_parser.c @@ -3,6 +3,7 @@ * * Copyright (c) 2013 Mellanox Technologies, Inc. * All rights reserved. + * Copyright (c) 2014 Intel, Inc. All rights reserved. * $COPYRIGHT$ * Additional copyrights may follow * @@ -15,6 +16,8 @@ #include "orte_config.h" #include "orte/constants.h" #include "orte/types.h" + +#include "grpcomm_pmi.h" #endif /**