Fixed a compile error on OS X 10.3 introduced with 1.1.5 / 1.2. Thanks
to Marius Schamschula for reporting the issue. This commit was SVN r14063.
Этот коммит содержится в:
родитель
a754caf85f
Коммит
ea08a555f9
2
NEWS
2
NEWS
@ -55,6 +55,8 @@ Trunk (not on release branches yet)
|
||||
--> Expected 1.2.x
|
||||
- Fixed issue with backtrace code on 64 bit Intel OS X builds.
|
||||
--> Expected 1.2.x
|
||||
- Fix compile error on OS X 10.3.x introduced with Open MPI 1.1.5.
|
||||
--> Expected 1.1.6 / 1.2.x
|
||||
|
||||
|
||||
1.2.1
|
||||
|
@ -26,9 +26,15 @@
|
||||
#define MCA_RML_TYPES_H_
|
||||
|
||||
#include "orte_config.h"
|
||||
|
||||
#include <limits.h>
|
||||
#ifdef HAVE_SYS_UIO_H
|
||||
/* for struct iovec */
|
||||
#include <sys/uio.h>
|
||||
#endif
|
||||
|
||||
#include "orte/orte_constants.h"
|
||||
#include "orte/util/proc_info.h"
|
||||
#include <limits.h>
|
||||
|
||||
/**
|
||||
* Constant tag values for well-known services
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user