From 28a1610453b59d1fa6235f65e4a358462d2e508c Mon Sep 17 00:00:00 2001 From: Jeff Squyres Date: Sun, 26 Feb 2006 16:06:58 +0000 Subject: [PATCH] - Add mssing - Change #if to #ifdef This commit was SVN r9146. --- orte/mca/pls/fork/pls_fork_module.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/orte/mca/pls/fork/pls_fork_module.c b/orte/mca/pls/fork/pls_fork_module.c index 0a0be2d99f..92718be523 100644 --- a/orte/mca/pls/fork/pls_fork_module.c +++ b/orte/mca/pls/fork/pls_fork_module.c @@ -38,9 +38,12 @@ #include #endif #include -#if HAVE_SYS_PARAM_H +#ifdef HAVE_SYS_PARAM_H #include #endif +#ifdef HAVE_NETDB_H +#include +#endif #include "orte/orte_constants.h" #include "opal/event/event.h"