diff --git a/test/mca/gpr/gpr_internal_fns.c b/test/mca/gpr/gpr_internal_fns.c index ea496bcd60..585ffdec50 100644 --- a/test/mca/gpr/gpr_internal_fns.c +++ b/test/mca/gpr/gpr_internal_fns.c @@ -38,6 +38,7 @@ #include "runtime/runtime.h" #include "util/proc_info.h" #include "util/sys_info.h" +#include "util/malloc.h" #include "mca/gpr/gpr.h" #include "mca/gpr/base/base.h" diff --git a/test/mca/gpr/gpr_mem_leaks.c b/test/mca/gpr/gpr_mem_leaks.c index 2cd74948bb..15a14d8ac5 100644 --- a/test/mca/gpr/gpr_mem_leaks.c +++ b/test/mca/gpr/gpr_mem_leaks.c @@ -38,6 +38,7 @@ #include "runtime/runtime.h" #include "util/proc_info.h" #include "util/sys_info.h" +#include "util/malloc.h" #include "mca/gpr/base/base.h" #include "mca/gpr/gpr.h" diff --git a/test/mca/gpr/gpr_overwrite.c b/test/mca/gpr/gpr_overwrite.c index 62ecfcdfd8..16f69af1c7 100644 --- a/test/mca/gpr/gpr_overwrite.c +++ b/test/mca/gpr/gpr_overwrite.c @@ -27,6 +27,7 @@ #include "util/proc_info.h" #include "util/sys_info.h" +#include "util/malloc.h" #include "mca/errmgr/errmgr.h" #include "mca/ns/ns_types.h" #include "mca/gpr/gpr.h" diff --git a/test/mca/gpr/gpr_put_get.c b/test/mca/gpr/gpr_put_get.c index 82eb762dda..8f89e6edfa 100644 --- a/test/mca/gpr/gpr_put_get.c +++ b/test/mca/gpr/gpr_put_get.c @@ -41,6 +41,7 @@ #include "runtime/runtime.h" #include "util/proc_info.h" #include "util/sys_info.h" +#include "util/malloc.h" #include "mca/gpr/base/base.h" #include "mca/gpr/replica/api_layer/gpr_replica_api.h" diff --git a/test/mca/gpr/gpr_threads.c b/test/mca/gpr/gpr_threads.c index bc4caac5f3..771444d58a 100644 --- a/test/mca/gpr/gpr_threads.c +++ b/test/mca/gpr/gpr_threads.c @@ -28,6 +28,7 @@ #include "threads/thread.h" #include "util/proc_info.h" #include "util/sys_info.h" +#include "util/malloc.h" #include "mca/errmgr/errmgr.h" #include "mca/ns/ns_types.h" #include "mca/gpr/gpr.h" diff --git a/test/mca/gpr/gpr_triggers.c b/test/mca/gpr/gpr_triggers.c index 2eee6bd665..2fecd80dd1 100644 --- a/test/mca/gpr/gpr_triggers.c +++ b/test/mca/gpr/gpr_triggers.c @@ -41,6 +41,7 @@ #include "util/output.h" #include "util/proc_info.h" #include "util/sys_info.h" +#include "util/malloc.h" #include "mca/errmgr/errmgr.h" #include "mca/errmgr/base/base.h" diff --git a/test/mca/ns/ns_nds.c b/test/mca/ns/ns_nds.c index c0a8e78c1f..3ab134449e 100644 --- a/test/mca/ns/ns_nds.c +++ b/test/mca/ns/ns_nds.c @@ -35,6 +35,7 @@ #include "runtime/runtime.h" #include "util/proc_info.h" +#include "util/malloc.h" #include "mca/base/base.h" #include "mca/ns/ns.h" #include "mca/ns/base/base.h" diff --git a/test/mca/ns/ns_replica.c b/test/mca/ns/ns_replica.c index b117de6eb0..48c6050a0f 100644 --- a/test/mca/ns/ns_replica.c +++ b/test/mca/ns/ns_replica.c @@ -24,6 +24,7 @@ #include "include/orte_constants.h" #include "include/orte_schema.h" #include "util/proc_info.h" +#include "util/malloc.h" #include "mca/mca.h" #include "mca/base/base.h" #include "mca/ns/base/base.h" diff --git a/test/mca/ras/test_ras.c b/test/mca/ras/test_ras.c index 818d2906e6..5e56fcb42a 100644 --- a/test/mca/ras/test_ras.c +++ b/test/mca/ras/test_ras.c @@ -27,6 +27,7 @@ #include "runtime/runtime.h" #include "util/proc_info.h" #include "util/sys_info.h" +#include "util/malloc.h" #include "mca/gpr/base/base.h" #include "mca/ras/base/base.h" diff --git a/test/mca/rds/test_rds.c b/test/mca/rds/test_rds.c index b49f545472..735643bfaf 100644 --- a/test/mca/rds/test_rds.c +++ b/test/mca/rds/test_rds.c @@ -27,6 +27,7 @@ #include "runtime/runtime.h" #include "util/proc_info.h" #include "util/sys_info.h" +#include "util/malloc.h" #include "mca/gpr/base/base.h" #include "mca/rds/base/base.h" diff --git a/test/mca/rmaps/test_rmaps.c b/test/mca/rmaps/test_rmaps.c index 0ddfb14f13..d601724fc4 100644 --- a/test/mca/rmaps/test_rmaps.c +++ b/test/mca/rmaps/test_rmaps.c @@ -27,6 +27,7 @@ #include "runtime/runtime.h" #include "util/proc_info.h" #include "util/sys_info.h" +#include "util/malloc.h" #include "mca/gpr/base/base.h" #include "mca/rmaps/base/base.h"