From d367d9017c7742f31bca791471931672a0f4aaf4 Mon Sep 17 00:00:00 2001
From: George Bosilca <bosilca@icl.utk.edu>
Date: Thu, 29 Mar 2007 01:18:26 +0000
Subject: [PATCH] Need the definition of opal_output_close.

This commit was SVN r14167.
---
 orte/mca/rds/base/rds_base_close.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/orte/mca/rds/base/rds_base_close.c b/orte/mca/rds/base/rds_base_close.c
index e3d89342ac..baa422595f 100644
--- a/orte/mca/rds/base/rds_base_close.c
+++ b/orte/mca/rds/base/rds_base_close.c
@@ -18,12 +18,11 @@
 
 #include "orte_config.h"
 
-#include <stdio.h>
-
 #include "orte/orte_constants.h"
 
 #include "opal/mca/mca.h"
 #include "opal/mca/base/base.h"
+#include "opal/util/output.h"
 
 #include "orte/util/proc_info.h"
 #include "orte/mca/errmgr/errmgr.h"