19 Nov
2012
19 Nov
'12
9:45 a.m.
Author: gropp Date: 2012-11-19 09:45:01 -0600 (Mon, 19 Nov 2012) New Revision: 10614 Modified: mpich2/trunk/test/mpi/perf/nestvec2.c Log: Added missing header file Modified: mpich2/trunk/test/mpi/perf/nestvec2.c =================================================================== --- mpich2/trunk/test/mpi/perf/nestvec2.c 2012-11-19 15:42:27 UTC (rev 10613) +++ mpich2/trunk/test/mpi/perf/nestvec2.c 2012-11-19 15:45:01 UTC (rev 10614) @@ -18,6 +18,9 @@ #include <string.h> #include "mpitestconf.h" +#ifdef HAVE_STDINT_H +#include <stdint.h> +#endif #ifdef MPICH /* MPICH (as of 6/2012) packs the native bytes */