From 7cf427c39b6f1cc454f7af78e7216879d8e0457d Mon Sep 17 00:00:00 2001 From: Shiqing Fan Date: Fri, 27 Nov 2009 14:49:24 +0000 Subject: [PATCH] Include the missing thread header, which is needed when build with --enable-progress-thread. This commit was SVN r22239. --- ompi/mca/btl/openib/btl_openib.h | 1 + ompi/mca/btl/sm/btl_sm.h | 1 + ompi/mca/osc/pt2pt/osc_pt2pt.h | 1 + ompi/mca/osc/rdma/osc_rdma.h | 1 + 4 files changed, 4 insertions(+) diff --git a/ompi/mca/btl/openib/btl_openib.h b/ompi/mca/btl/openib/btl_openib.h index 47807f62fd..808b5d9dbc 100644 --- a/ompi/mca/btl/openib/btl_openib.h +++ b/ompi/mca/btl/openib/btl_openib.h @@ -38,6 +38,7 @@ #include "opal/class/opal_hash_table.h" #include "opal/util/output.h" #include "opal/event/event.h" +#include "opal/threads/threads.h" #include "ompi/mca/btl/btl.h" #include "ompi/mca/mpool/mpool.h" #include "ompi/mca/btl/base/btl_base_error.h" diff --git a/ompi/mca/btl/sm/btl_sm.h b/ompi/mca/btl/sm/btl_sm.h index 15eb0aeb73..c692358348 100644 --- a/ompi/mca/btl/sm/btl_sm.h +++ b/ompi/mca/btl/sm/btl_sm.h @@ -41,6 +41,7 @@ #include "opal/class/opal_free_list.h" #include "ompi/class/ompi_free_list.h" #include "opal/event/event.h" +#include "opal/threads/threads.h" #include "ompi/mca/btl/btl.h" #include "ompi/mca/btl/base/base.h" diff --git a/ompi/mca/osc/pt2pt/osc_pt2pt.h b/ompi/mca/osc/pt2pt/osc_pt2pt.h index 67a8212c14..b9c7f4a505 100644 --- a/ompi/mca/osc/pt2pt/osc_pt2pt.h +++ b/ompi/mca/osc/pt2pt/osc_pt2pt.h @@ -23,6 +23,7 @@ #include "opal/class/opal_list.h" #include "opal/class/opal_free_list.h" #include "opal/class/opal_hash_table.h" +#include "opal/threads/threads.h" #include "ompi/win/win.h" #include "ompi/communicator/communicator.h" diff --git a/ompi/mca/osc/rdma/osc_rdma.h b/ompi/mca/osc/rdma/osc_rdma.h index 427aea82e6..37fe840a7b 100644 --- a/ompi/mca/osc/rdma/osc_rdma.h +++ b/ompi/mca/osc/rdma/osc_rdma.h @@ -23,6 +23,7 @@ #include "opal/class/opal_list.h" #include "opal/class/opal_free_list.h" #include "opal/class/opal_hash_table.h" +#include "opal/threads/threads.h" #include "ompi/win/win.h" #include "ompi/communicator/communicator.h"