1
1

- Need stdbool.h if included in userland

This commit was SVN r17504.
Этот коммит содержится в:
Rainer Keller 2008-02-19 00:39:48 +00:00
родитель 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 */