1.1 --- a/NEWS Mon Mar 19 20:29:12 2007 +0000
1.2 +++ b/NEWS Tue Mar 20 15:27:00 2007 +0000
1.3 @@ -24,6 +24,12 @@
1.4 bug fixes (and other actions) for each version of Open MPI since
1.5 version 1.0.
1.6
1.7 +1.1.6
1.8 +-----
1.9 +
1.10 +- Fix compile error on OS X 10.3.x introduced with Open MPI 1.1.5.
1.11 +
1.12 +
1.13 1.1.5
1.14 -----
1.15
2.1 --- a/orte/mca/rml/rml_types.h Mon Mar 19 20:29:12 2007 +0000
2.2 +++ b/orte/mca/rml/rml_types.h Tue Mar 20 15:27:00 2007 +0000
2.3 @@ -26,9 +26,15 @@
2.4 #define MCA_RML_TYPES_H_
2.5
2.6 #include "orte_config.h"
2.7 +
2.8 +#include <limits.h>
2.9 +#ifdef HAVE_SYS_UIO_H
2.10 +/* for struct iovec */
2.11 +#include <sys/uio.h>
2.12 +#endif
2.13 +
2.14 #include "orte/orte_constants.h"
2.15 #include "orte/util/proc_info.h"
2.16 -#include <limits.h>
2.17
2.18 /**
2.19 * Constant tag values for well-known services