On some systems, pthread_kill is actually in the "signals.h" header, so include it
This commit was SVN r28731.
Этот коммит содержится в:
родитель
eac174e624
Коммит
2ccc0438af
@ -28,6 +28,9 @@
|
||||
#elif OPAL_HAVE_SOLARIS_THREADS
|
||||
#include <thread.h>
|
||||
#endif
|
||||
#ifdef HAVE_SIGNAL_H
|
||||
#include <signal.h>
|
||||
#endif
|
||||
|
||||
#include "opal/class/opal_object.h"
|
||||
#if OPAL_ENABLE_DEBUG
|
||||
|
Загрузка…
Ссылка в новой задаче
Block a user