From 4d8ee3d1e17fefa216f6587d752401bbf3b61832 Mon Sep 17 00:00:00 2001 From: Jeff Squyres Date: Sat, 17 Feb 2007 11:54:40 +0000 Subject: [PATCH] Add missing #include; fix the build for some picky compilers. This commit was SVN r13696. --- test/datatype/position.c | 1 + 1 file changed, 1 insertion(+) diff --git a/test/datatype/position.c b/test/datatype/position.c index f058426f7f..adcff436e8 100644 --- a/test/datatype/position.c +++ b/test/datatype/position.c @@ -13,6 +13,7 @@ #include "ompi_config.h" #include "ompi/datatype/convertor.h" #include "ompi/datatype/datatype.h" +#include "opal/util/output.h" /** * The purpose of this test is to simulate the multi-network packing and