From 74b2001d61bb18178169c5240047485846421777 Mon Sep 17 00:00:00 2001 From: Rolf vandeVaart Date: Wed, 11 Feb 2009 15:08:07 +0000 Subject: [PATCH] Fix builds on Solaris. Missing errno.h file. This commit was SVN r20516. --- orte/mca/plm/base/plm_base_rsh_support.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/orte/mca/plm/base/plm_base_rsh_support.c b/orte/mca/plm/base/plm_base_rsh_support.c index 3fe815c958..34455a3063 100644 --- a/orte/mca/plm/base/plm_base_rsh_support.c +++ b/orte/mca/plm/base/plm_base_rsh_support.c @@ -10,6 +10,7 @@ * Copyright (c) 2004-2005 The Regents of the University of California. * All rights reserved. * Copyright (c) 2007 Cisco Systems, Inc. All rights reserved. + * Copyright (c) 2009 Sun Microsystems, Inc. All rights reserved. * $COPYRIGHT$ * * Additional copyrights may follow @@ -24,6 +25,7 @@ #ifdef HAVE_SYS_TIME_H #include #endif +#include #include #include