From d0b61db65c7909a08e97d39b00282943ed05c40e Mon Sep 17 00:00:00 2001 From: Ethan Mallove Date: Wed, 10 Oct 2007 12:49:15 +0000 Subject: [PATCH] Add in a missing #include for Solaris builds. This commit was SVN r16416. --- orte/mca/pls/base/pls_base_reuse_daemon_launch.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/orte/mca/pls/base/pls_base_reuse_daemon_launch.c b/orte/mca/pls/base/pls_base_reuse_daemon_launch.c index 32acd6a343..05e856b10f 100644 --- a/orte/mca/pls/base/pls_base_reuse_daemon_launch.c +++ b/orte/mca/pls/base/pls_base_reuse_daemon_launch.c @@ -17,6 +17,10 @@ * */ +#ifdef HAVE_SYS_WAIT_H +#include +#endif + #include "orte_config.h" #include "orte/orte_constants.h"