1
1

Add missing <thread.h> for Solaris

This commit was SVN r9148.
Этот коммит содержится в:
Jeff Squyres 2006-02-26 16:56:38 +00:00
родитель 28a1610453
Коммит bd04d8f09e

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

@ -38,6 +38,9 @@
#include <errno.h>
#include <stdio.h>
#endif
#if OMPI_HAVE_SOLARIS_THREADS
#include <thread.h>
#endif
#include "opal/class/opal_object.h"
#include "opal/sys/atomic.h"