From 7601e783ccd7e0a0c1b0a2396c8175750014c2e2 Mon Sep 17 00:00:00 2001 From: Gilles Gouaillardet Date: Mon, 3 Oct 2016 16:09:10 +0900 Subject: [PATCH] pmix3x: sec/munge: add a missing include file (cherry picked from upstream pmix/master@f7cfb11f6b85e1a73c76235f359859f38dedd20e) --- opal/mca/pmix/pmix3x/pmix/src/sec/pmix_munge.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/opal/mca/pmix/pmix3x/pmix/src/sec/pmix_munge.c b/opal/mca/pmix/pmix3x/pmix/src/sec/pmix_munge.c index 7698ab42c4..ff4d1cd165 100644 --- a/opal/mca/pmix/pmix3x/pmix/src/sec/pmix_munge.c +++ b/opal/mca/pmix/pmix3x/pmix/src/sec/pmix_munge.c @@ -1,5 +1,7 @@ /* * Copyright (c) 2015 Intel, Inc. All rights reserved. + * Copyright (c) 2016 Research Organization for Information Science + * and Technology (RIST). All rights reserved. * * NOTE: THE MUNGE CLIENT LIBRARY (libmunge) IS LICENSED AS LGPL * @@ -17,6 +19,7 @@ #include "src/include/pmix_globals.h" #include "src/util/argv.h" #include "src/util/output.h" +#include "src/util/error.h" #include "src/usock/usock.h" #include