From f4afa4fd1f779071b2340aa6cc7bef5fe636d60f Mon Sep 17 00:00:00 2001 From: Jeff Squyres Date: Fri, 13 Dec 2013 21:21:30 +0000 Subject: [PATCH] Add missing include, exposed in "external libevent" work. Refs trac:3694 This commit was SVN r29898. The following Trac tickets were found above: Ticket 3694 --> https://svn.open-mpi.org/trac/ompi/ticket/3694 --- ompi/mca/btl/openib/btl_openib_fd.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ompi/mca/btl/openib/btl_openib_fd.c b/ompi/mca/btl/openib/btl_openib_fd.c index 4f2d764933..2e28fa543b 100644 --- a/ompi/mca/btl/openib/btl_openib_fd.c +++ b/ompi/mca/btl/openib/btl_openib_fd.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2008-2009 Cisco Systems, Inc. All rights reserved. + * Copyright (c) 2008-2013 Cisco Systems, Inc. All rights reserved. * Copyright (c) 2009 Sandia National Laboratories. All rights reserved. * * $COPYRIGHT$ @@ -37,6 +37,7 @@ #include "opal/mca/event/event.h" #include "opal/util/output.h" #include "opal/util/fd.h" +#include "opal/threads/threads.h" #include "ompi/constants.h"