Skip to content

Commit 7601e78

Browse files
committed
pmix3x: sec/munge: add a missing include file
(cherry picked from upstream openpmix/openpmix@f7cfb11)
1 parent 507ef67 commit 7601e78

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

opal/mca/pmix/pmix3x/pmix/src/sec/pmix_munge.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
/*
22
* Copyright (c) 2015 Intel, Inc. All rights reserved.
3+
* Copyright (c) 2016 Research Organization for Information Science
4+
* and Technology (RIST). All rights reserved.
35
*
46
* NOTE: THE MUNGE CLIENT LIBRARY (libmunge) IS LICENSED AS LGPL
57
*
@@ -17,6 +19,7 @@
1719
#include "src/include/pmix_globals.h"
1820
#include "src/util/argv.h"
1921
#include "src/util/output.h"
22+
#include "src/util/error.h"
2023
#include "src/usock/usock.h"
2124

2225
#include <unistd.h>

0 commit comments

Comments
 (0)