From 9d9fc78d0e9089555ccef0bd0f164b9727f1b197 Mon Sep 17 00:00:00 2001 From: George Bosilca Date: Sun, 29 Jan 2006 17:33:45 +0000 Subject: [PATCH] Like in the PML the path to the statically included file have to start with the sub-project name. This commit was SVN r8842. --- ompi/mca/osc/base/osc_base_open.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ompi/mca/osc/base/osc_base_open.c b/ompi/mca/osc/base/osc_base_open.c index 07b0dd0c1b..47589a3fec 100644 --- a/ompi/mca/osc/base/osc_base_open.c +++ b/ompi/mca/osc/base/osc_base_open.c @@ -30,7 +30,7 @@ * component's public mca_base_component_t struct. */ -#include "mca/osc/base/static-components.h" +#include "ompi/mca/osc/base/static-components.h" opal_list_t ompi_osc_base_open_components;