From 6ad07dbffa46775f2765d70eb06612413f13ce14 Mon Sep 17 00:00:00 2001 From: Rainer Keller Date: Thu, 26 Mar 2009 12:56:22 +0000 Subject: [PATCH] - First have the _config.h header, then include system headers based on what's defined. This commit was SVN r20886. --- ompi/mca/btl/ofud/btl_ofud_component.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/ompi/mca/btl/ofud/btl_ofud_component.c b/ompi/mca/btl/ofud/btl_ofud_component.c index 68f2dbce7d..96a391f619 100644 --- a/ompi/mca/btl/ofud/btl_ofud_component.c +++ b/ompi/mca/btl/ofud/btl_ofud_component.c @@ -19,11 +19,14 @@ * $HEADER$ */ -#include +#include "ompi_config.h" + +#ifdef HAVE_STRING_H #include +#endif +#include #include -#include "ompi_config.h" #include "ompi/constants.h" #include "opal/prefetch.h" #include "orte/util/show_help.h"