From cc9b768fdbab2fbe663d84a56afa795b2ce9ad30 Mon Sep 17 00:00:00 2001 From: Rolf vandeVaart Date: Fri, 9 Jul 2010 14:33:13 +0000 Subject: [PATCH] Fix typo and missing header - needed by Solaris This commit was SVN r23367. --- orte/mca/debugger/mpirx/mpirx.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/orte/mca/debugger/mpirx/mpirx.c b/orte/mca/debugger/mpirx/mpirx.c index e5ccc3df56..7f9c46c574 100644 --- a/orte/mca/debugger/mpirx/mpirx.c +++ b/orte/mca/debugger/mpirx/mpirx.c @@ -1,5 +1,6 @@ /* * Copyright (c) 2010 Cisco Systems, Inc. All rights reserved. + * Copyright (c) 2010 Oracle and/or its affiliates. All rights reserved. * $COPYRIGHT$ * * Additional copyrights may follow @@ -21,11 +22,12 @@ #include #endif /* HAVE_UNISTD_H */ #ifdef HAVE_SYS_TYPES_H -#include #endif #include #include #include +#include #include "opal/util/argv.h" #include "opal/util/output.h"