From 5dc4a2b1e04f16ba87c490a3bb7ebe446948cfbd Mon Sep 17 00:00:00 2001 From: Ralph Castain Date: Thu, 19 Feb 2009 21:40:31 +0000 Subject: [PATCH] Add missing include file This commit was SVN r20603. --- orte/test/system/orte_no_op.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/orte/test/system/orte_no_op.c b/orte/test/system/orte_no_op.c index 69eb3e8256..03ae0d3a5d 100644 --- a/orte/test/system/orte_no_op.c +++ b/orte/test/system/orte_no_op.c @@ -6,7 +6,7 @@ */ #include - +#include "orte/constants.h" #include "orte/runtime/runtime.h" int main(int argc, char* argv[])