From b9102e62cb598d6ff69c2b8b5b5a40dc57661488 Mon Sep 17 00:00:00 2001 From: Rich Graham Date: Thu, 17 Jun 2004 22:13:14 +0000 Subject: [PATCH] add the include to the path of #include This commit was SVN r1399. --- src/mca/pcm/rsh/src/pcm_rsh.c | 2 +- src/mca/pcm/rsh/src/pcm_rsh.h | 2 +- src/mca/pcm/rsh/src/pcm_rsh_module.c | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/mca/pcm/rsh/src/pcm_rsh.c b/src/mca/pcm/rsh/src/pcm_rsh.c index aefafe6e51..0867f6e6a8 100644 --- a/src/mca/pcm/rsh/src/pcm_rsh.c +++ b/src/mca/pcm/rsh/src/pcm_rsh.c @@ -8,7 +8,7 @@ #include "mca/pcm/pcm.h" #include "mca/pcm/rsh/src/pcm_rsh.h" -#include "types.h" +#include "include/types.h" #include #include diff --git a/src/mca/pcm/rsh/src/pcm_rsh.h b/src/mca/pcm/rsh/src/pcm_rsh.h index b93b848721..800f08837b 100644 --- a/src/mca/pcm/rsh/src/pcm_rsh.h +++ b/src/mca/pcm/rsh/src/pcm_rsh.h @@ -6,7 +6,7 @@ #include "ompi_config.h" #include "mca/pcm/pcm.h" -#include "types.h" +#include "include/types.h" #include diff --git a/src/mca/pcm/rsh/src/pcm_rsh_module.c b/src/mca/pcm/rsh/src/pcm_rsh_module.c index 7b8be9a6da..2ef799e179 100644 --- a/src/mca/pcm/rsh/src/pcm_rsh_module.c +++ b/src/mca/pcm/rsh/src/pcm_rsh_module.c @@ -6,8 +6,8 @@ #include "ompi_config.h" -#include "constants.h" -#include "types.h" +#include "include/constants.h" +#include "include/types.h" #include "util/malloc.h" #include "class/ompi_list.h" #include "mca/mca.h"