From 68f5ad074a5d45b5de591f8e6f5e9e4ebb187144 Mon Sep 17 00:00:00 2001 From: Brian Barrett Date: Sun, 26 Feb 2006 17:08:47 +0000 Subject: [PATCH] * need synch.h as well as threads.h for Solaris threads. This commit was SVN r9149. --- opal/threads/mutex_unix.h | 1 + 1 file changed, 1 insertion(+) diff --git a/opal/threads/mutex_unix.h b/opal/threads/mutex_unix.h index a59168cb6b..de1be8be1c 100644 --- a/opal/threads/mutex_unix.h +++ b/opal/threads/mutex_unix.h @@ -40,6 +40,7 @@ #endif #if OMPI_HAVE_SOLARIS_THREADS #include +#include #endif #include "opal/class/opal_object.h"