1
1

* need synch.h as well as threads.h for Solaris threads.

This commit was SVN r9149.
Этот коммит содержится в:
Brian Barrett 2006-02-26 17:08:47 +00:00
родитель bd04d8f09e
Коммит 68f5ad074a

Просмотреть файл

@ -40,6 +40,7 @@
#endif
#if OMPI_HAVE_SOLARIS_THREADS
#include <thread.h>
#include <synch.h>
#endif
#include "opal/class/opal_object.h"