Skip to content

Commit 3d0541f

Browse files
committed
mpool/memkind: add a missing include file
Signed-off-by: Gilles Gouaillardet <[email protected]>
1 parent 4b2eba3 commit 3d0541f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

opal/mca/mpool/memkind/mpool_memkind_component.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
* Copyright (c) 2010-2016 Los Alamos National Security, LLC. All rights
1616
* reserved.
1717
* Copyright (c) 2014 NVIDIA Corporation. All rights reserved.
18+
* Copyright (c) 2017 Research Organization for Information Science
19+
* and Technology (RIST). All rights reserved.
1820
* $COPYRIGHT$
1921
*
2022
* Additional copyrights may follow
@@ -33,6 +35,7 @@
3335
#include <memkind.h>
3436
#include "opal/mca/base/base.h"
3537
#include "opal/mca/allocator/base/base.h"
38+
#include "opal/util/argv.h"
3639
#include "mpool_memkind.h"
3740

3841

0 commit comments

Comments
 (0)