From 80a1ae45ba75bae221afcb08ea94fbe07e0ceb74 Mon Sep 17 00:00:00 2001 From: Jeff Squyres Date: Thu, 30 Apr 2009 11:36:35 +0000 Subject: [PATCH] Add missing header This commit was SVN r21122. --- test/support/components.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/support/components.c b/test/support/components.c index a3cdc94e4e..516380e7c1 100644 --- a/test/support/components.c +++ b/test/support/components.c @@ -9,6 +9,7 @@ * University of Stuttgart. All rights reserved. * Copyright (c) 2004-2005 The Regents of the University of California. * All rights reserved. + * Copyright (c) 2009 Cisco Systems, Inc. All rights reserved. * $COPYRIGHT$ * * Additional copyrights may follow @@ -19,6 +20,7 @@ #include "ompi_config.h" #include +#include #include "ompi/constants.h" #include "opal/mca/mca.h"