- Need stdbool.h if included in userland
This commit was SVN r17504.
Этот коммит содержится в:
родитель
5ec4023b96
Коммит
b22e8e7567
@ -25,6 +25,11 @@
|
||||
#define OPAL_MUTEX_H 1
|
||||
|
||||
#include "opal_config.h"
|
||||
|
||||
#ifdef HAVE_STDBOOL_H
|
||||
#include <stdbool.h>
|
||||
#endif
|
||||
|
||||
#if OMPI_HAVE_THREAD_SUPPORT
|
||||
#include "opal/sys/atomic.h"
|
||||
#endif /* OMPI_HAVE_THREAD_SUPPORT */
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user