From 2105f444ecef5e8e8d428d12d60e92ddab88475e Mon Sep 17 00:00:00 2001 From: Jeff Squyres Date: Fri, 23 Mar 2007 00:47:30 +0000 Subject: [PATCH] Add missing header file This commit was SVN r14129. --- orte/mca/ras/tm/ras_tm_component.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/orte/mca/ras/tm/ras_tm_component.c b/orte/mca/ras/tm/ras_tm_component.c index 020dac23bc..fe6d2f4f7c 100644 --- a/orte/mca/ras/tm/ras_tm_component.c +++ b/orte/mca/ras/tm/ras_tm_component.c @@ -9,6 +9,7 @@ * University of Stuttgart. All rights reserved. * Copyright (c) 2004-2005 The Regents of the University of California. * All rights reserved. + * Copyright (c) 2007 Cisco, Inc. All rights reserved. * $COPYRIGHT$ * * Additional copyrights may follow @@ -21,6 +22,7 @@ #include "opal/mca/base/base.h" #include "opal/mca/base/mca_base_param.h" #include "opal/util/output.h" +#include "opal/util/basename.h" #include "orte/orte_constants.h" #include "orte/util/proc_info.h" #include "ras_tm.h"