From cebdf0b7c09b1172eddde1b662c55491eaa1b9d1 Mon Sep 17 00:00:00 2001 From: Ralph Castain Date: Tue, 9 Jun 2015 22:08:05 -0700 Subject: [PATCH] Add missing include --- orte/mca/notifier/base/notifier_base_fns.c | 1 + 1 file changed, 1 insertion(+) diff --git a/orte/mca/notifier/base/notifier_base_fns.c b/orte/mca/notifier/base/notifier_base_fns.c index 0f4ec5c8b4..58bb087ec0 100644 --- a/orte/mca/notifier/base/notifier_base_fns.c +++ b/orte/mca/notifier/base/notifier_base_fns.c @@ -24,6 +24,7 @@ #include "opal/util/argv.h" +#include "orte/util/attr.h" #include "orte/mca/notifier/base/base.h"