From b67d3398daa6a5d97bbd91b10414bfc3bf03be3a Mon Sep 17 00:00:00 2001 From: Rolf vandeVaart Date: Fri, 3 Dec 2010 16:13:31 +0000 Subject: [PATCH] It is convention to have orte_config.h included at top of file. This commit was SVN r24146. --- orte/mca/debugger/mpir/mpir.c | 3 +++ orte/mca/debugger/mpirx/mpirx.c | 2 ++ 2 files changed, 5 insertions(+) diff --git a/orte/mca/debugger/mpir/mpir.c b/orte/mca/debugger/mpir/mpir.c index 7038c767b3..dbca2d4c1d 100644 --- a/orte/mca/debugger/mpir/mpir.c +++ b/orte/mca/debugger/mpir/mpir.c @@ -14,6 +14,7 @@ * Copyright (c) 2007 Los Alamos National Security, LLC. All rights * reserved. * Copyright (c) 2007-2010 Cisco Systems, Inc. All rights reserved. + * Copyright (c) 2010 Oracle and/or its affiliates. All rights reserved. * $COPYRIGHT$ * * Additional copyrights may follow @@ -89,6 +90,8 @@ * hard-coded in the OMPI layer (see ompi/debuggers/ompi_debuggers.c). */ +#include "orte_config.h" + #ifdef HAVE_STRING_H #include #endif diff --git a/orte/mca/debugger/mpirx/mpirx.c b/orte/mca/debugger/mpirx/mpirx.c index b4a96061ee..9fc2cb5838 100644 --- a/orte/mca/debugger/mpirx/mpirx.c +++ b/orte/mca/debugger/mpirx/mpirx.c @@ -10,6 +10,8 @@ * $HEADER$ */ +#include "orte_config.h" + #ifdef HAVE_STRING_H #include #endif