This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "MPICH primary repository". The branch, master has been updated via 738d72745181ef447153f7ed1d94716455685fa1 (commit) from b47152a4910efc6e4a6d176684807b85008909c8 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- http://git.mpich.org/mpich.git/commitdiff/738d72745181ef447153f7ed1d94716455... commit 738d72745181ef447153f7ed1d94716455685fa1 Author: Ken Raffenetti <[email protected]> Date: Wed May 21 13:17:30 2014 -0500 add missing header file to sendrect2 test No reviewer diff --git a/test/mpi/datatype/sendrecvt2.c b/test/mpi/datatype/sendrecvt2.c index 36f25d0..acb673d 100644 --- a/test/mpi/datatype/sendrecvt2.c +++ b/test/mpi/datatype/sendrecvt2.c @@ -6,6 +6,7 @@ #include "mpi.h" #include "mpitest.h" #include <stdio.h> +#include <string.h> #include "dtypes.h" /* ----------------------------------------------------------------------- Summary of changes: test/mpi/datatype/sendrecvt2.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) hooks/post-receive -- MPICH primary repository