From c32516c9a3486722d042892ddaf4a92e926398b9 Mon Sep 17 00:00:00 2001 From: Rainer Keller Date: Mon, 4 May 2009 09:13:16 +0000 Subject: [PATCH] - Include errno.h, to get MTT for sun to run through This commit was SVN r21143. --- orte/mca/notifier/command/notifier_command_component.c | 1 + 1 file changed, 1 insertion(+) diff --git a/orte/mca/notifier/command/notifier_command_component.c b/orte/mca/notifier/command/notifier_command_component.c index ac39a12766..6add4483a0 100644 --- a/orte/mca/notifier/command/notifier_command_component.c +++ b/orte/mca/notifier/command/notifier_command_component.c @@ -30,6 +30,7 @@ #ifdef HAVE_STRING_H #include #endif +#include #include "opal/mca/base/mca_base_param.h" #include "opal/util/argv.h"