Skip to content

Commit 66d9c2d

Browse files
committed
rcache/vma: add missing #include "opal/util/output.h"
Thanks Marco Atzeri for contributing the original patch
1 parent 5fa63f0 commit 66d9c2d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

opal/mca/rcache/vma/rcache_vma_tree.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818
* Copyright (c) 2013 Cisco Systems, Inc. All rights reserved.
1919
* Copyright (c) 2015 Los Alamos National Security, LLC. All rights
2020
* reserved.
21+
* Copyright (c) 2015 Research Organization for Information Science
22+
* and Technology (RIST). All rights reserved.
2123
* $COPYRIGHT$
2224
*
2325
* Additional copyrights may follow
@@ -32,6 +34,7 @@
3234
#include "opal_config.h"
3335

3436
#include "opal/mca/mca.h"
37+
#include "opal/util/output.h"
3538
#include "rcache_vma_tree.h"
3639

3740
OBJ_CLASS_INSTANCE(mca_rcache_vma_reg_list_item_t, opal_list_item_t, NULL, NULL);

0 commit comments

Comments
 (0)