From e1673778be0a1efb09a95a16b230be487b1bf46a Mon Sep 17 00:00:00 2001 From: Ralph Castain Date: Fri, 1 May 2009 15:09:10 +0000 Subject: [PATCH] Replace missing headers This commit was SVN r21136. --- opal/mca/pstat/darwin/pstat_darwin_module.c | 1 + test/datatype/ddt_lib.c | 1 + test/datatype/ddt_test.c | 1 + test/dss/dss_buffer.c | 1 + 4 files changed, 4 insertions(+) diff --git a/opal/mca/pstat/darwin/pstat_darwin_module.c b/opal/mca/pstat/darwin/pstat_darwin_module.c index 202122f53e..9daf3046ac 100644 --- a/opal/mca/pstat/darwin/pstat_darwin_module.c +++ b/opal/mca/pstat/darwin/pstat_darwin_module.c @@ -33,6 +33,7 @@ #include #include #include +#include #include "opal/mca/base/mca_base_param.h" #include "opal/mca/pstat/pstat.h" diff --git a/test/datatype/ddt_lib.c b/test/datatype/ddt_lib.c index 27712687a1..c81f51b12d 100644 --- a/test/datatype/ddt_lib.c +++ b/test/datatype/ddt_lib.c @@ -27,6 +27,7 @@ #include #endif #include +#include #define TIMER_DATA_TYPE struct timeval #define GET_TIME(TV) gettimeofday( &(TV), NULL ) diff --git a/test/datatype/ddt_test.c b/test/datatype/ddt_test.c index 6fd93e21ee..aeb58655ae 100644 --- a/test/datatype/ddt_test.c +++ b/test/datatype/ddt_test.c @@ -27,6 +27,7 @@ #include #endif #include +#include /* Compile with: mpicc -DHAVE_CONFIG_H -I. -I../../include -I../../../ompi-trunk/include -I../.. -I../../include -I../../../ompi-trunk/opal -I../../../ompi-trunk/orte -I../../../ompi-trunk/ompi -g ddt_test.c -o ddt_test diff --git a/test/dss/dss_buffer.c b/test/dss/dss_buffer.c index 9e40ca8444..33f7158a83 100644 --- a/test/dss/dss_buffer.c +++ b/test/dss/dss_buffer.c @@ -26,6 +26,7 @@ #ifdef HAVE_SYS_PARAM_H #include #endif +#include #include "opal/runtime/opal.h" #include "opal/dss/dss.h"