From 0882d636a65cae75ecc0e703ff369e7535107ae4 Mon Sep 17 00:00:00 2001 From: Jeff Squyres Date: Thu, 28 Apr 2011 15:42:35 +0000 Subject: [PATCH] Oops -- need string.h, too (for strcasecmp). This commit was SVN r24649. --- opal/mca/maffinity/base/maffinity_base_open.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/opal/mca/maffinity/base/maffinity_base_open.c b/opal/mca/maffinity/base/maffinity_base_open.c index 2cbe78f7ea..a4fa21fb27 100644 --- a/opal/mca/maffinity/base/maffinity_base_open.c +++ b/opal/mca/maffinity/base/maffinity_base_open.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) 2011 Cisco Systems, Inc. All rights reserved. * $COPYRIGHT$ * * Additional copyrights may follow @@ -19,6 +20,7 @@ #include "opal_config.h" +#include #ifdef HAVE_SYS_TYPES_H #include #endif