From 7d8e03b34a86e5531eee9874260a4c2db6227d90 Mon Sep 17 00:00:00 2001 From: Jeff Squyres Date: Fri, 10 Sep 2004 08:46:26 +0000 Subject: [PATCH] Odd -- this seems to compile without "util/output.h" manually, but several test builds failed tonight without it. [shrug] This commit was SVN r2591. --- src/tools/mpirun/mpirun2.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/tools/mpirun/mpirun2.c b/src/tools/mpirun/mpirun2.c index 464be62943..9675c95f4d 100644 --- a/src/tools/mpirun/mpirun2.c +++ b/src/tools/mpirun/mpirun2.c @@ -18,6 +18,7 @@ #include "runtime/runtime.h" #include "util/session_dir.h" #include "include/constants.h" +#include "util/output.h" #include #include