From 6420db7088f515ead35c018419538fe393c9bbf5 Mon Sep 17 00:00:00 2001 From: Jeff Squyres Date: Thu, 14 Feb 2008 14:10:27 +0000 Subject: [PATCH] Add missing header file that caused compilation errors in the rhc-step2b branch last night. This commit was SVN r17453. --- ompi/mca/btl/openib/btl_openib_component.c | 1 + 1 file changed, 1 insertion(+) diff --git a/ompi/mca/btl/openib/btl_openib_component.c b/ompi/mca/btl/openib/btl_openib_component.c index 368bea2e5c..373e80caf7 100644 --- a/ompi/mca/btl/openib/btl_openib_component.c +++ b/ompi/mca/btl/openib/btl_openib_component.c @@ -27,6 +27,7 @@ #include #include #include /* for strerror()*/ +#include #include "ompi/constants.h" #include "opal/event/event.h"