1
1

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.
Этот коммит содержится в:
Brian Barrett 2007-03-19 17:25:54 +00:00
родитель a754caf85f
Коммит ea08a555f9
2 изменённых файлов: 9 добавлений и 1 удалений

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

@ -55,6 +55,8 @@ Trunk (not on release branches yet)
--> Expected 1.2.x --> Expected 1.2.x
- Fixed issue with backtrace code on 64 bit Intel OS X builds. - Fixed issue with backtrace code on 64 bit Intel OS X builds.
--> Expected 1.2.x --> 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 1.2.1

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

@ -26,9 +26,15 @@
#define MCA_RML_TYPES_H_ #define MCA_RML_TYPES_H_
#include "orte_config.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/orte_constants.h"
#include "orte/util/proc_info.h" #include "orte/util/proc_info.h"
#include <limits.h>
/** /**
* Constant tag values for well-known services * Constant tag values for well-known services