From 48f528f1426e79bca3da1368df420fa9b9e2c0a7 Mon Sep 17 00:00:00 2001 From: George Bosilca Date: Wed, 26 Sep 2012 09:56:14 +0000 Subject: [PATCH] icc complains about the missing prototype. This commit was SVN r27373. --- ompi/mca/common/verbs/common_verbs_qp_type.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ompi/mca/common/verbs/common_verbs_qp_type.c b/ompi/mca/common/verbs/common_verbs_qp_type.c index c3557546e9..292e88046e 100644 --- a/ompi/mca/common/verbs/common_verbs_qp_type.c +++ b/ompi/mca/common/verbs/common_verbs_qp_type.c @@ -11,6 +11,9 @@ #include "ompi_config.h" #include +#ifdef HAVE_STRING_H +#include +#endif /* HAVE_STRING_H */ #include #include "ompi/constants.h"