From 9003e4d72271b30ebe9223a90f3d0bfeac373837 Mon Sep 17 00:00:00 2001 From: Ethan Mallove Date: Tue, 16 Dec 2008 15:30:02 +0000 Subject: [PATCH] Add missing `#include ` line (for SunStudio Solaris). This commit was SVN r20138. --- ompi/mca/common/mx/common_mx.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ompi/mca/common/mx/common_mx.c b/ompi/mca/common/mx/common_mx.c index 1c4e3703dd..c23548b932 100644 --- a/ompi/mca/common/mx/common_mx.c +++ b/ompi/mca/common/mx/common_mx.c @@ -10,6 +10,7 @@ * Copyright (c) 2004-2006 The Regents of the University of California. * All rights reserved. * Copyright (c) 2008 Myricom. All rights reserved. + * Copyright (c) 2008 Sun Microsystems, Inc. All rights reserved. * * $COPYRIGHT$ * @@ -23,6 +24,7 @@ #include "ompi/constants.h" #include "common_mx.h" +#include #ifdef HAVE_MALLOC_H #include #endif