Ken --

Can you please also apply this to the trunk?

Thanks.

On Sep 22, 2008, at 12:20 PM, mat...@osl.iu.edu wrote:

Author: matney
Date: 2008-09-22 12:20:18 EDT (Mon, 22 Sep 2008)
New Revision: 19599
URL: https://svn.open-mpi.org/trac/ompi/changeset/19599

Log:
Add #include for stdio.h to allow make check to run with gcc 4.2.4 (on
Cray XT platform).

Text files modified:
  branches/v1.3/test/datatype/checksum.c |     1 +
  branches/v1.3/test/datatype/position.c |     1 +
  2 files changed, 2 insertions(+), 0 deletions(-)

Modified: branches/v1.3/test/datatype/checksum.c
=
=
=
=
=
=
=
=
======================================================================
--- branches/v1.3/test/datatype/checksum.c      (original)
+++ branches/v1.3/test/datatype/checksum.c 2008-09-22 12:20:18 EDT (Mon, 22 Sep 2008)
@@ -15,6 +15,7 @@
#include "ompi/datatype/datatype.h"
#include "ompi/datatype/datatype_checksum.h"

+#include <stdio.h>
#include <stdlib.h>
#include <time.h>


Modified: branches/v1.3/test/datatype/position.c
= = = = = = = = ======================================================================
--- branches/v1.3/test/datatype/position.c      (original)
+++ branches/v1.3/test/datatype/position.c 2008-09-22 12:20:18 EDT (Mon, 22 Sep 2008)
@@ -11,6 +11,7 @@
 */

#include "ompi_config.h"
+#include <stdio.h>
#include <string.h>
#include "ompi/datatype/convertor.h"
#include "ompi/datatype/datatype.h"
_______________________________________________
svn-full mailing list
svn-f...@open-mpi.org
http://www.open-mpi.org/mailman/listinfo.cgi/svn-full


--
Jeff Squyres
Cisco Systems

Reply via email to