From 78a25cf1164b727e5187416e3da450e1605d4b41 Mon Sep 17 00:00:00 2001 From: Jeff Squyres Date: Wed, 24 Sep 2008 15:41:42 +0000 Subject: [PATCH] Commit a few missing header files, etc. This commit was SVN r19626. --- orte/test/mpi/concurrent_spawn.c | 2 ++ orte/test/mpi/hello_nodename.c | 2 ++ orte/test/mpi/hello_show_help.c | 1 + orte/test/mpi/segv.c | 1 + orte/test/mpi/simple_spawn.c | 1 + orte/test/mpi/spawn_multiple.c | 1 + 6 files changed, 8 insertions(+) diff --git a/orte/test/mpi/concurrent_spawn.c b/orte/test/mpi/concurrent_spawn.c index 54b680a117..947a084e8d 100644 --- a/orte/test/mpi/concurrent_spawn.c +++ b/orte/test/mpi/concurrent_spawn.c @@ -1,6 +1,8 @@ #define _GNU_SOURCE #include #include +#include +#include #include diff --git a/orte/test/mpi/hello_nodename.c b/orte/test/mpi/hello_nodename.c index 2f5abfb83c..0af59cbc4e 100644 --- a/orte/test/mpi/hello_nodename.c +++ b/orte/test/mpi/hello_nodename.c @@ -5,7 +5,9 @@ * The most basic of MPI applications */ +#define _GNU_SOURCE #include +#include #include "mpi.h" int main(int argc, char* argv[]) diff --git a/orte/test/mpi/hello_show_help.c b/orte/test/mpi/hello_show_help.c index f891e0c6ee..db63ce1138 100644 --- a/orte/test/mpi/hello_show_help.c +++ b/orte/test/mpi/hello_show_help.c @@ -6,6 +6,7 @@ */ #include +#include #include "mpi.h" #include "orte/util/show_help.h" diff --git a/orte/test/mpi/segv.c b/orte/test/mpi/segv.c index bfe5efdf59..cde8badb93 100644 --- a/orte/test/mpi/segv.c +++ b/orte/test/mpi/segv.c @@ -6,6 +6,7 @@ */ #include +#include #include "mpi.h" int main(int argc, char* argv[]) diff --git a/orte/test/mpi/simple_spawn.c b/orte/test/mpi/simple_spawn.c index 5ee2a3e760..11db0ea1dc 100644 --- a/orte/test/mpi/simple_spawn.c +++ b/orte/test/mpi/simple_spawn.c @@ -1,5 +1,6 @@ #include #include +#include #include diff --git a/orte/test/mpi/spawn_multiple.c b/orte/test/mpi/spawn_multiple.c index bc0adc3b63..74a93a960d 100644 --- a/orte/test/mpi/spawn_multiple.c +++ b/orte/test/mpi/spawn_multiple.c @@ -1,5 +1,6 @@ #include #include +#include #include