From 7e6a213465e02985fef68a85f9be31f3b755ca57 Mon Sep 17 00:00:00 2001 From: Gilles Gouaillardet Date: Mon, 31 Aug 2015 10:31:59 +0900 Subject: [PATCH] pmix: fix compilation error compilation failed because of missing prototypes when configure'd with --enable-debug --enable-picky on a CentOS 7 box --- opal/mca/pmix/pmix1xx/pmix/src/class/pmix_object.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/opal/mca/pmix/pmix1xx/pmix/src/class/pmix_object.h b/opal/mca/pmix/pmix1xx/pmix/src/class/pmix_object.h index 2790cb040d..a3f8eac507 100644 --- a/opal/mca/pmix/pmix1xx/pmix/src/class/pmix_object.h +++ b/opal/mca/pmix/pmix1xx/pmix/src/class/pmix_object.h @@ -12,6 +12,8 @@ * All rights reserved. * Copyright (c) 2007 Cisco Systems, Inc. All rights reserved. * Copyright (c) 2013-2015 Intel, Inc. All rights reserved + * Copyright (c) 2015 Research Organization for Information Science + * and Technology (RIST). All rights reserved. * $COPYRIGHT$ * * Additional copyrights may follow @@ -125,6 +127,8 @@ #include #endif /* HAVE_STDLIB_H */ +#include "include/pmix/rename.h" + BEGIN_C_DECLS