Skip to content

Commit 955fe85

Browse files
committed
pmix/pmix120: add missing include file
1 parent b6366e5 commit 955fe85

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

opal/mca/pmix/pmix120/pmix120_client.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil -*- */
22
/*
33
* Copyright (c) 2014-2015 Intel, Inc. All rights reserved.
4-
* Copyright (c) 2014-2015 Research Organization for Information Science
4+
* Copyright (c) 2014-2016 Research Organization for Information Science
55
* and Technology (RIST). All rights reserved.
66
* Copyright (c) 2014 Mellanox Technologies, Inc.
77
* All rights reserved.
@@ -25,6 +25,7 @@
2525

2626
#include "opal/hash_string.h"
2727
#include "opal/util/proc.h"
28+
#include "opal/util/argv.h"
2829

2930
#include "opal/mca/pmix/base/base.h"
3031
#include "pmix120.h"

0 commit comments

Comments
 (0)